What Blink registers
| Field | Value |
|---|---|
merchantId | Your unique UUID (assigned by Blink) |
displayName | Your merchant display name |
algorithm | ECDSA_P256_SHA256 |
status | ACTIVE |
publicKey | Your PEM-encoded public key |
GET /v1/merchants/{id}/public-key).
What you receive
After registration, Blink provides yourmerchantId — a UUID you will configure in your signer endpoint. This ID is included in every SignerResponse so Blink knows which public key to use for verification.
Key rotation
Your public key can be updated by contacting Blink. When rotating keys:- Generate a new key pair.
- Send the new public key to Blink.
- Once confirmed, update your signer endpoint to use the new private key.
- The old key is deactivated immediately — do not rotate during high-traffic periods.