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.
Request parameters
uuid
Unique transaction ID generated by the payment gateway.
Format
Buyer's e-mail address.
Format
Response reference
The web service returns the following object:
Response | Context |
---|---|
Token | Object containing the newly created token. |