Update Token
Update an existing token
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
curl --location --request PATCH 'https://<PayEngine-host>/api/cards/<card_id>' \
--header 'Authorization: Basic <YOUR_API_SECRET>' \
--header 'Content-Type: application/json' \
--data-raw '{
"expires_at": "2021-11-21T19:16:41.050Z",
"email": "[email protected]",
"card_cvc": 123,
"phone_number": {
"cc": "1",
"subscriber": "4155056227"
}
}'{
"message": "Card updated"
}Last updated