v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Tokens

Update

Update token

post/Token/Update/{uid}

Path parameters

uidstring required

Saved card unique identifier.

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Request body

terminal_uidstring required

Terminal unique identifier

credit_card_numberstring

Full credit card number, excluding spaces or dashes. Leave empty incase you only need to update other fields.

card_date_mmyystring required

MM/YY (MM = month, YY = year) format for the card expiration date.

namestring

Card nick name or holder name. Can be used to identify the card in a more convenient way.

identification_numberstring

Card holder identification number

Example request

{
  "card_date_mmyy": "03/25"
}

Response

200