Outbound Card API
OAUTH activation for outbound endpoints is optional part of D1 Tenant configuration (Refresh URL, Token URL, Credentials, Scope) A CMS entity wishing to opt for OAUTH scheme needs to support an endpoint (Token URL) from which the access token can be retrieved. This endpoint shall support HTTP POST Client Credentials grant requests in x-www-form-urlencoded content type as specified here: https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.2
The id of the issuer
Unique identifier of the card.
[A-Za-z0-9_-]{1,48}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.
There is no strong guarantee of the uniqueness of this identifier, so please refrain from using it for purposes other than logging and troubleshooting.
[a-zA-Z0-9_\-\. ]{1,64}Oauth Access Token (optional)
'Bearer: 2zzLJmBAtTNIU8nF8e8XbmDvaNGs'OK
The encryptedData is the encrypted json (cf http://www.json.org/ ) representation of the card credentials.
This value is encrypted using the JWE encryption (please refer to the Sensitive Information Encryption for more details)
Content
Once deciphered, the plaintext contains:
| JSON field parameter name | description | MOC | Format |
|---|---|---|---|
| pan | The funding pan value. | M | string - from 10 to 19 digits |
| exp | The expiry date of the card. | M | string - 4 digits, following the format MMYY |
| name | The card holder name. | O | string - up to 128 characters |
| cvv | The CVV2 value of the funding card | M | string - 3 or 4 digits |
| auxiliaryPan | The auxiliary funding pan value.It shall be provided when cobadge is supported and if the card has an auxiliary pan. | C | string - up to 19 digits |
| auxiliaryExp | The auxiliary expiry date of the card.It shall be provided when cobadge is supported and if the card has an auxiliary pan. | C | string - 4 digits, following the format MMYY |
| customSuffix | last 4 digits of the display pan which is different than the actual funding pan | O | string - 4 digits |
Bad Request
Authorization missing or invalid
Action forbidden (if card is not active, for example)
Resource not found (issuerId, cardId)
Internal Server Error
OAUTH activation for outbound endpoints is optional part of D1 Tenant configuration (Refresh URL, Token URL, Credentials, Scope) A CMS entity wishing to opt for OAUTH scheme needs to support an endpoint (Token URL) from which the access token can be retrieved. This endpoint shall support HTTP POST Client Credentials grant requests in x-www-form-urlencoded content type as specified here: https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.2
The id of the issuer
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.
There is no strong guarantee of the uniqueness of this identifier, so please refrain from using it for purposes other than logging and troubleshooting.
[a-zA-Z0-9_\-\. ]{1,64}Oauth Access Token (optional)
'Bearer: 2zzLJmBAtTNIU8nF8e8XbmDvaNGs'The encryptedData is the encrypted json (cf http://www.json.org/ ) representation of the card credentials.
This value is encrypted using the JWE encryption (please refer to the Sensitive Information Encryption for more details)
Content
Once deciphered, the plaintext contains:
| JSON field parameter name | description | MOC | Format |
|---|---|---|---|
| pan | The funding pan value. | M | string - from 10 to 19 digits |
| exp | The expiry date of the card. | M | string - 4 digits, following the format MMYY |
| name | The card holder name. | O | string - up to 128 characters |
| cvv | The CVV2 value of the funding card | O | string - 3 or 4 digits |
Unique identifier of the card.
[A-Za-z0-9_-]{1,48}The first 6 digits of the PAN
OK
Unique identifier of the card.
OPTIONAL. In case CMS has already its own card identifier and prefers to use it in place of the one provided.
[A-Za-z0-9_-]{1,48}Unique identifier of the end user.
Must be provided only when the card verification is successful: verificationResults.card.invalid flag is false.
[A-Za-z0-9_-]{1,64}Unique identifier of the account.
If not provided, the value from consumerId will be applied.
[A-Za-z0-9_-]{1,64}Bad Request
Authorization missing or invalid
Action forbidden
Resource not found
Internal Server Error
OAUTH activation for outbound endpoints is optional part of D1 Tenant configuration (Refresh URL, Token URL, Credentials, Scope) A CMS entity wishing to opt for OAUTH scheme needs to support an endpoint (Token URL) from which the access token can be retrieved. This endpoint shall support HTTP POST Client Credentials grant requests in x-www-form-urlencoded content type as specified here: https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.2
The id of the issuer
Unique identifier of the card.
[A-Za-z0-9_-]{1,48}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.
There is no strong guarantee of the uniqueness of this identifier, so please refrain from using it for purposes other than logging and troubleshooting.
[a-zA-Z0-9_\-\. ]{1,64}Oauth Access token (optional)
'Bearer 2zzLJmBAtTNIU8nF8e8XbmDvaNGs'The following object represent the account
Unique identifier of the operation
[A-Za-z0-9_-]{1,64}The name of the operation done or ongoing on the card.
A DIGITIZE (meaning tokenize) operation can occur only on a virtual card or physical card, and means the card has been digitized (tokenized) (or it is in the process of being so)
Unique identifier of the digital cards concerned by the operation.
Status of the operation
Successful
Bad Request, Invalid request URI or header, or unsupported nonstandard parameter
The provided Authorization header is missing or invalid
Resource not found. Unknown issuerId or consumerId or accountId or cardId
Internal server error
コンテンツなし
The id of the issuer
Unique identifier of the card.
[A-Za-z0-9_-]{1,48}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.
There is no strong guarantee of the uniqueness of this identifier, so please refrain from using it for purposes other than logging and troubleshooting.
[a-zA-Z0-9_\-\. ]{1,64}Details about a 3-D Secure operation.
Unique identifier of the operation
[A-Za-z0-9_-]{1,64}The operation type.
Status of the operation
The time the request has been processed. Format ISO 8601 YYYY-MM-DDThh:mm:ssTZD
2022-06-16T06:28:02.492ZUnique identifier of the end user.
[A-Za-z0-9_-]{1,64}Human readable string representing the error, only present in case of operation failure
Successful
Bad Request, Invalid request URI or header, or unsupported nonstandard parameter
The provided Authorization header is missing or invalid
Resource not found. Unknown issuerId or consumerId or accountId or cardId
Internal server error
コンテンツなし
OAUTH activation for outbound endpoints is optional part of D1 Tenant configuration (Refresh URL, Token URL, Credentials, Scope) A CMS entity wishing to opt for OAUTH scheme needs to support an endpoint (Token URL) from which the access token can be retrieved. This endpoint shall support HTTP POST Client Credentials grant requests in x-www-form-urlencoded content type as specified here: https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.2
The id of the issuer
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.
There is no strong guarantee of the uniqueness of this identifier, so please refrain from using it for purposes other than logging and troubleshooting.
[a-zA-Z0-9_\-\. ]{1,64}Oauth Access token (optional)
'Bearer 2zzLJmBAtTNIU8nF8e8XbmDvaNGs'Successful
Bad Request, Invalid request URI or header, or unsupported non-standard parameter
The provided Authorization header is missing or invalid
Internal Server Error
コンテンツなし
最終更新
役に立ちましたか?