Link a card to a customer profile.

Link a card to a customer profile using encrypted data. The card will be associated with the customer for future transfers.

Path Params
string
required

Program code assigned to the partner.

string
required

Unique customer token.

Body Params

Encrypted card link request payload.

string
required

Unique identifier (UUID) used by the encryption endpoint. Should match the RequestId provided in the header. Used for idempotency and encryption.

encryptedData
object
required

Represents a container for encrypted data used in secure data transfer operations. Contains the encrypted payload and associated cryptographic metadata, including encryption version, ephemeral public key, and public key hash. Used to securely transmit sensitive information such as user data, ensuring confidentiality and integrity during transport.

Headers
string
required

Unique request identifier (GUID).

string
Defaults to external

Type of customer (default: External).

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Invalid or missing parameters.

401

Unauthorized access.

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json