Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.

Register and View

Register API

Get card details

get
/issuers/{issuerId}/cards/{cardId}

This request is used by the issuer backend to request card details.

Autorizaciones
AuthorizationstringRequerido

A JWT generated by the Get Authorization Token API.
The server checks the validity of the provided token to control access to this protected resource. Please refer to Get OAuth 2.0 access token for more details on the flow and on how to get this JWT.

Parámetros de ruta
issuerIdstring · mín: 10 · máx: 10Requerido

The id of the issuer

cardIdstring · mín: 1 · máx: 48Requerido

Unique identifier of the card.

Pattern: [A-Za-z0-9_-]{1,48}
Parámetros de encabezado
x-correlation-idstring · mín: 1 · máx: 64Opcional

Random identifier which can be used to correlate the different API calls done as part of a single use-case. This identifier will be the one primarily used for troubleshooting.

Warning: This identifier should not be derived from sensitive personal data, as its value will be logged in clear.

There is no strong guarantee of the uniqueness of this identifier, so please refrain from using it for purposes other than logging and troubleshooting.

Pattern: [a-zA-Z0-9_\-\. ]{1,64}
Respuestas
200

Successful get card details

application/json
consumerIdstring · mín: 1 · máx: 64Opcional

Unique identifier of the end user.

Pattern: [A-Za-z0-9_-]{1,64}
accountIdsstring[]OpcionalObsoleto

List of accountIds associated to the card. accountId pattern : [A-Za-z0-9_-]{1,64}
Note: accountIds is deprecated. This optional response parameter will no more be returned.

cardIdstring · mín: 1 · máx: 48Opcional

Unique identifier of the card.

Pattern: [A-Za-z0-9_-]{1,48}
cardProductIdstring · mín: 1 · máx: 48Opcional

Unique identifier of the type of card (defined during the onboarding of D1)

Pattern: [A-Za-z0-9_-]{1,48}
threeDSsupportbooleanOpcional

Determines if the card supports EMV 3-D Secure (3DS) flows.

schemestring · enumOpcional

The card scheme

Example: VISAValores posibles:
panSuffixstringOpcional

Last 4 digits of the PAN

Example: 1234Pattern: \d{4}
expstringOpcional

Expiry date of the card in MMYY format

Example: 1022Pattern: (0[1-9]|1[0-2])\d{2}
statestring · enumOpcional

The state of the card.

Example: ACTIVEValores posibles:
creationTimestring · mín: 1 · máx: 64Opcional

The time the ressource has been created. Format ISO 8601 YYYY-MM-DDThh:mm:ssTZD

Example: 2022-02-16T06:28:02.492Z
lastUpdateTimestring · mín: 1 · máx: 64Opcional

The time the resource has been last updated. Format ISO 8601 YYYY-MM-DDThh:mm:ssTZD

Example: 2022-07-16T06:28:02.492Z
get
/issuers/{issuerId}/cards/{cardId}

Register card

put
/issuers/{issuerId}/cards/{cardId}

This request is used by the issuer backend to request the registration of a card that has been already created by the issuer without involving D1. This allows D1 to make this card eligible for card tokenization through the D1 SDK. D1 manages to retrieve useful card information from the Issuing Processor CMS based on the cardId provided.

Autorizaciones
AuthorizationstringRequerido

A JWT generated by the Get Authorization Token API.
The server checks the validity of the provided token to control access to this protected resource. Please refer to Get OAuth 2.0 access token for more details on the flow and on how to get this JWT.

Parámetros de ruta
issuerIdstring · mín: 10 · máx: 10Requerido

The id of the issuer

cardIdstring · mín: 1 · máx: 48Requerido

Unique identifier of the card.

Pattern: [A-Za-z0-9_-]{1,48}
Parámetros de encabezado
x-correlation-idstring · mín: 1 · máx: 64Opcional

Random identifier which can be used to correlate the different API calls done as part of a single use-case. This identifier will be the one primarily used for troubleshooting.

Warning: This identifier should not be derived from sensitive personal data, as its value will be logged in clear.

There is no strong guarantee of the uniqueness of this identifier, so please refrain from using it for purposes other than logging and troubleshooting.

Pattern: [a-zA-Z0-9_\-\. ]{1,64}
Cuerpo
consumerIdstring · mín: 1 · máx: 64Requerido

Unique identifier of the end user.

Pattern: [A-Za-z0-9_-]{1,64}
cardProductIdstring · mín: 1 · máx: 48Requerido

Unique identifier of the type of card (defined during the onboarding of D1)

Pattern: [A-Za-z0-9_-]{1,48}
accountIdstring · mín: 1 · máx: 64OpcionalObsoleto

Unique identifier of the account.
Note: accountId is deprecated. You can still pass it but it will be ignored.

Pattern: [A-Za-z0-9_-]{1,64}
statestring · enumRequerido

The state of the card.

Example: ACTIVEValores posibles:
Respuestas
put
/issuers/{issuerId}/cards/{cardId}

Sin contenido

Última actualización

¿Te fue útil?