support
Back to documentation
Search
Categories
Tags
main parametersexpand all
uuid
required
email
Try me
Documentation

Charge/CreateTokenFromTransaction Web Service

POSThttps://api.systempay.fr/api-payment/V4/Charge/CreateTokenFromTransaction

The Charge/CreateTokenFromTransaction REST web service allows to create a payment method token from an accepted transaction UUID.

A PSP_035 error will be returned if you attempt to create a token from a rejected transaction or from a transaction of VERIFICATION type.

In case of success, only the fields customer.email, customer.billingDetails.language and customer.shippingDetails.identityCode will be populated in the Token object of the response.

Carrying out MIT transactions via an alias created without cardholder authentication is not compliant with PSD2.

Request parameters

uuid

Unique transaction ID generated by the payment gateway.

Format

email

Buyer's e-mail address.

Format

Response reference

The web service returns the following object:

Response Context
Token Object containing the newly created token.