API Reference

Para obter o retorno do id do cliente para futuras transações pode utilizar a rota abaixo

Pode enviar um post da seguinte forma:

{
    "tipo":"CREDITO",
    "number":"1234567897753",
    "holder_name":"Afonso Pereira",
    "expires":"0987",
    "cvv":"098"
}

Return:

{
  "id" : "6c2ebb8a-2ee4-4800-a532-349f33862b98",
  "cliente_id" : "996043ca-a5ec-4834-8a18-ecd11b68bc47",
  "holder_name" : "Afonso Pereira",
  "first_digits" : "123456",
  "last_digits" : "7753",
  "expires" : "0987",
  "brand" : "VISA"
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!