Service to modify a tokenized credit/debit card

Service that allows updating the data of a card already tokenized

Request
Security:
BearerAuth
Request Body schema: application/json
customerId
required
string

Unique identifier of the user in the customer's system

cardId
required
string

Tokenized card identifier

required
object
Responses
200

Credit/debit card tokenization

400

Bad request

401

invalid credentials

put/PaymentMethods
Request samples
application/json
{
  • "customerId": "customer_id",
  • "cardId": "e46b3ad0c90c5642bd876798d084f181b5cdb762a2c6470c2e99c60b878d40d8",
  • "card": {
    }
}
Response samples
application/json
{
  • "success": true,
  • "message": "Ok",
  • "id": "0ca4b9aad7f417634359bf4e549ff280156dec4a149fd4b1cd20ce74f7d330ba",
  • "type": "card"
}
Copyright © n1co 2023. All right reserved.