Credit/debit card tokenization service

Service that allows the tokenization of the customer's card, which will assign a specific id for each card, which may used for subsequent payments.

Request
Security:
BearerAuth
Request Body schema: application/json
required
object (Customer)
required
object
Responses
200

Credit/debit card tokenization

400

Bad request

401

invalid credentials

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