カードAPI
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.
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 other purpose than logging and troubleshooting.
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 Encrypt sensitive data for more details)
Content
Once deciphered, the plaintext contains:
| JSON field parameter name | description | MOC | Format |
|---|---|---|---|
| pan | The funding pan value. | M | string - up 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.
^[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.
Note: This parameter is deprecated, you can still send it but it will be ignored.
[A-Za-z0-9_-]{1,64}Bad Request
Authorization missing or invalid
Action forbidden
Resource not found
Internal Server Error
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.
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 other purpose than logging and troubleshooting.
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
コンテンツなし
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.
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 other purpose than logging and troubleshooting.
Oauth Access token (optional)
'Bearer 2zzLJmBAtTNIU8nF8e8XbmDvaNGs'Successful
Bad Request, Invalid request URI, header, paramters.
D1 will not retry the request until the issue is considered as resolved.
Unauthorized request.
D1 will not retry the request until the issue is considered as resolved.
Forbidden action
D1 will not retry the request until the issue is considered as resolved.
Ressource not found, Unknown issuerId
D1 will not retry the request until the issue is considered as resolved.
Internal Server Error. D1 will retry the request later.
The service is temporarily unavailable. D1 will retry the request later.
コンテンツなし
最終更新
役に立ちましたか?