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

Charge/CreateTokenFromTransaction Web Service

L'appel aux Web Services requiert une authentification HTTP Basic Authentication. Plus d'infos : "Phase d'authentification".

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.

Une erreur PSP_035 sera retournée si la transaction d'origine est refusée ou de type VERIFICATION.

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.

Deprecated. Not compatible with DSP2.

Input parameters

uuid

Unique transaction ID generated by the payment gateway.

Format

email

Buyer's e-mail address.

  • Email structure specifications: RFC-2822

Format

Response reference

The web service returns the following object:

Response Context
Token Object containing the newly created token.