Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Click To Pay

Create SRCi Transaction

post

Provide all required data to the Merchant/PSP to build a click to pay transaction authorization request.

Parámetros de encabezado
authorizationstring · mín: 1 · máx: 512Requerido

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

x-correlation-idstring · mín: 1 · máx: 36Requerido

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.

Cuerpo
merchantIdstring · mín: 1 · máx: 128Requerido

Identifier of the merchant provided by Thales at on-boarding.

transactionIdstring · mín: 1 · máx: 128Requerido

The unique transaction identifier.

Respuestas
201

Created

application/json
encryptedDatastring · máx: 8196Requerido

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 namedescriptionMOCLength
dpanThe token PAN value provided for network token.CUp to 19
expThe token expiry date in the format MMYY provided for network token.C4
cryptogramThe payment cryptogram to use with the token for a payment. Presence of the cryptogram depends on the transaction type and the scheme.CUp to 256
fpanThe funding card PAN value. Only provided for PCI token.CUp to 19
fpanExpThe funding card expiry date in the format MMYY. Only provided for PCI token.C4

Example: {"dpan:"9580981500100002", "exp":"1222", "cryptogram": "45f8grzty7f4f5gs5s2c"}

post/srci/transactions

Notify SRCi

post

Notify the Click to Pay system about the outcome of a transaction authorization.

Parámetros de encabezado
authorizationstring · mín: 1 · máx: 512Requerido

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

x-correlation-idstring · mín: 1 · máx: 36Requerido

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.

Cuerpo
merchantIdstring · mín: 1 · máx: 128Requerido

Identifier of the merchant provided by Thales at on-boarding.

transactionIdstring · mín: 1 · máx: 128Requerido

The unique transaction identifier.

Respuestas
202

Accepted

Sin contenido

post/srci/transactions/confirmations

Sin contenido

Update Merchant Click to Pay

put

Update the merchant setup for click to pay.

Parámetros de ruta
merchantIdstring · mín: 1 · máx: 128Requerido

The unique merchant identifier.

Parámetros de encabezado
authorizationstring · mín: 1 · máx: 512Requerido

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

x-correlation-idstring · mín: 1 · máx: 36Requerido

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.

Cuerpo
merchantLegalNamestring · mín: 1 · máx: 60Requerido

Legal name of the merchant.

Pattern: ^[A-Za-z0-9-_. ]+$
websiteUrlstring · mín: 1 · máx: 100Requerido

Merchant website URL.

Example: http://www.mymerchant.comPattern: ^[A-Za-z0-9-_.:/]+$
merchantCountrystring · mín: 2 · máx: 2Requerido

Merchant country in ISO-3166-1 alpha-2 two-letter country code.

Example: US
Respuestas
202

Accepted

Sin contenido

put/merchants/{merchantId}/srci

Sin contenido

Última actualización

¿Te fue útil?