API de pedido de tarjeta
A JWT generated by the get token API.
The server checks the validity of the provided token to control access to this protected resource.
Please refer to Authorization flow
for more details about 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.
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 other purpose than logging and troubleshooting.
^[A-Za-z0-9_-]{1,64}$Successful card order
Operation information.
Unique identifier of the operation
^[A-Za-z0-9_-]{1,64}$Bad request due to invalid URI, headers, parameters, or payload.
The below table defines the possible errors:
| errorCode | error | Retry Possible | Comments |
| -------------- | ------------| ----------| -----------------------------------|
| - | - | no | General error with no further information provided. |
| FIELD_INVALID_FORMAT | Field in error (first found) | no | A field does not match the expected format specified in the documentation. |
| CRYPTO_ERROR | - | no | Decryption of the provided encrypted data failed. |
| FIELD_INVALID_VALUE | Field in error (first found) | no | A field value is not permitted for the specified field. |
| PARSING_ERROR | Field in error (first found) | no | Encrypted data is not a valid JSON string. |
Unauthorized request due to missing or invalid access token.
| errorCode | error | Retry Possible | Comments |
|---|---|---|---|
| - | - | no | General error with no further information provided. |
| AUTHORIZER_UNAUTHORIZED | Unauthorized message | no | Access token not valid |
Request forbidden by authorization rules or business constraints.
The below table defines the possible error:
| errorCode | error | Retry Possible | Comments |
|---|---|---|---|
| - | - | no | General error with no further information provided. |
| AUTHORIZER_FORBIDDEN | not_authorized error message | no | The user is not authorized to access the requested resource. |
| OPERATION_NOT_ALLOWED | Name of the operation/field that is not allowed in this operation | no | The specified operation or field is not permitted for this card product. |
Requested resource not found.
Internal server error while processing the request. The below table defines the possible error:
| errorCode | error | Retry Possible | Comments |
|---|---|---|---|
| - | - | no | General error with no further information provided. |
| INTERNAL_ERROR | Error details (if any) | no | The server encountered an issue while processing the request. |
The service is temporarily unavailable. You may retry your request later.
datos de la tarjeta cifrados
A JWT generated by the get token API.
The server checks the validity of the provided token to control access to this protected resource.
Please refer to Authorization flow
for more details about 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.
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 other purpose than logging and troubleshooting.
^[A-Za-z0-9_-]{1,64}$Success
The card production status and information
The current status of card production.
| status code | description |
|---|---|
| CARD_PROD_REQUESTED (full api only) | Card production has been requested via the D1 APIs. |
| DATA_PREPARED (full api only) | The data required for production has been successfully prepared. |
| DATA_EXCEPTION (full api only) | Data preparation has failed for some reason. |
| CARD_PROD_READY | The data has arrived at the Personalization Center; the card is ready to be produced. |
| CARD_PROD_ONGOING | Card production has started. |
| CARD_PROD_DONE (instant issuance only) | The card has been successfully produced. |
| CARD_SHIPPED | The card has been shipped. |
| CARD_PROD_CANCELED | Card production has been canceled by the issuer. |
| CARD_PROD_ONHOLD | Card production has been put on hold. |
| CARD_PROD_EXCEPTION (instant issuance only) | Card production failed for some reason. |
CARD_SHIPPEDValores posibles: Additional details in case of exception during data processing or card production
The id of the end user.
271b-6e47-8ec3-7f3fThe unique identifier provided by issuer to identify the card production request
01c5a05e-e197-11ec-8fea-0242ac120002The estimated card production date. It is in the format YYYY-MM-DD.
2023-01-21The date and time of the card production request. It is in the format YYYY-MM-DDThh:mm:ssZ for the timezone GMT+0.
2023-01-03T17:12:34ZThe date the card was produced. It is in the format YYYY-MM-DDThh:mm:ssZ for the timezone GMT+0.
2023-01-20T17:32:28ZThe factory where the card is produced.
GemenosThe card holder name printed on the card.
MR. JOHN SMITHThe masked PAN value (Primary Account Number).
123456xxxxxx7890Pattern: ^[0-9xX\*]{12,19}$The unique identifier of order used for card production.
9b95d70e-21fe-4c36-9368-ddd7fbd729e8Pattern: ^[A-Za-z0-9_-]{1,64}$The unique identifier of the package used for card production.
be0b085c-ef03-4581-9e7b-50dbb2f08f43Pattern: ^[A-Za-z0-9_-]{1,64}$Name of the input file in case of hybrid mode.
myInputFile_20240707.gzMalformed request
The provided Authorization header is missing or invalid
Forbidden action, check the state of the linked end user (consumer) or account or card
Resource not found, Unknown issuerId or consumerId or accountId or card id
Internal Server Error
Última actualización
¿Te fue útil?