Transaction Management
Technical identifier pre-defined at on-boarding that identifies the API
consumer.
Format shall be the string 'APIKEY' followed by a space and the
api key value.
Example: APIKEY c03f88fe-01ba-11e8-ba89-0ed5f89f718b
Technical identifier used for troubleshooting.
It helps on customer support when needed.
Each API request must be identified with a unique correlation Id.
It correlates the response and the request and eventually a notification if any.
The token identifier.
^[a-zA-Z0-9_-]+$SINGLEValores posibles: Required only for Visa CTF and Visa CTF with DAF. Set with the signature (JWT) generated by Thales ETP SDK.
Created
The unique transaction identifier.
The payment credentials data encrypted in a JWE structure (see security section in the documentation).
Once decrypted, the JWE plaintext contains the following JSON object:
| JSON field parameter name | description | MOC | Length |
|---|---|---|---|
| dpan | The token PAN value provided for network token. | C | Up to 19 |
| exp | The token expiry date in the format MMYY provided for network token. | C | 4 |
| cryptogram | The payment cryptogram to use with the token for a payment. Presence of the cryptogram depends on the transaction type and the scheme. | C | Up to 256 |
| fpan | The funding card PAN value. Only provided for PCI token. | C | Up to 19 |
| fpanExp | The funding card expiry date in the format MMYY. Only provided for PCI token. | C | 4 |
Example: {"dpan:"9580981500100002", "exp":"1222", "cryptogram": "45f8grzty7f4f5gs5s2c"}
The Electronic Commerce Indicator. Payment System-specific value to indicate the results of the attempt to authenticate the cardholder. Provided only for Visa & Mastercard SCOF.
07Cryptogram expiry date in ISO 8601. Provided for Visa only.
2021-09-27T17:06:09.000ZIf present and set to 'true', VISA confirms it is a Digital Authentication Framework transaction. Can be present only if the transaction type is 'VISA_DAF'.
trueBad request - Not Retryable
Unauthorized - Not Retryable
Not Found - Not Retryable
Too Many Requests - Retryable
Internal Server Error - Not Retryable
Service Unavailable - Retryable
Technical identifier pre-defined at on-boarding that identifies the API
consumer.
Format shall be the string 'APIKEY' followed by a space and the
api key value.
Example: APIKEY c03f88fe-01ba-11e8-ba89-0ed5f89f718b
Technical identifier used for troubleshooting.
It helps on customer support when needed.
Each API request must be identified with a unique correlation Id.
It correlates the response and the request and eventually a notification if any.
The token identifier.
^[a-zA-Z0-9_-]+$The request content depends on the transaction type.
EMV_TOKENValores posibles: Created
The unique transaction identifier.
The payment credentials data encrypted in a JWE structure (see security section in the documentation).
Once decrypted, the JWE plaintext contains the following JSON object:
| JSON field parameter name | description | MOC | Length |
|---|---|---|---|
| dpan | The token PAN value provided for network token. | C | Up to 19 |
| exp | The token expiry date in the format MMYY provided for network token. | C | 4 |
| cryptogram | The payment cryptogram to use with the token for a payment. Presence of the cryptogram depends on the transaction type and the scheme. | C | Up to 256 |
| fpan | The funding card PAN value. Only provided for PCI token. | C | Up to 19 |
| fpanExp | The funding card expiry date in the format MMYY. Only provided for PCI token. | C | 4 |
Example: {"dpan:"9580981500100002", "exp":"1222", "cryptogram": "45f8grzty7f4f5gs5s2c"}
The Electronic Commerce Indicator. Payment System-specific value to indicate the results of the attempt to authenticate the cardholder. Provided only for Visa & Mastercard SCOF.
07Cryptogram expiry date in ISO 8601. Provided for Visa only.
2021-09-27T17:06:09.000ZIf present and set to 'true', VISA confirms it is a Digital Authentication Framework transaction. Can be present only if the transaction type is 'VISA_DAF'.
trueBad request - Not Retryable
Unauthorized - Not Retryable
Not Found - Not Retryable
Too Many Requests - Retryable
Internal Server Error - Not Retryable
Service Unavailable - Retryable
Última actualización
¿Te fue útil?