Enable token

PUT
/api/v3/buyers/{buyerId}/enable-token
lts

This endpoint allows you to activate a specific payment method token belonging to the buyer. Activation allows you to use the token for future transactions.

Header parameters
Attribute
Requirement
Description
x-public-key
mandatory
a public key that identifies the merchant account (there can be several for one merchant)
x-buyer-ip
mandatory
is responsible for information about the buyer's IP address
x-date
mandatory
is responsible for the date and time of sending the request
x-token
mandatory
generated on the merchant side
x-source
mandatory
identifier of the type of service that is the initiator of the request
x-id
mandatory
service identifier from which the current request is made
Request parameters
Attribute
Type
Requirement
Description
Standard
buyerId
string
mandatory
Unique identifier of buyer in the system
uuid
chargeMethodTokenId
integer
mandatory
Payment method token identifier
-
Response parameters

After the request is executed, the token for the buyer payment method is activated and the status 204 is returned without any data indicating the successful completion of the request.