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

Charge/CreateTokenFromTransaction Web Service

Calling Web Services requires HTTP Basic Authentication . More information: " Authentication Phase ".

POSThttps://api.lyra.com/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 the original transaction is refused or of 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.