v1

latestOpenAPI 3.1.02026-07-245361280.3 KB

Create an installments plan

This service allows you to create customized installment plans for card payments.

post/installments-plans

Request body

Response

200

idstring
countrystring
binstring
amountnumber
currencystring

Example response

{
  "id": "INS54434",
  "country": "BR",
  "bin": "435921",
  "amount": 1000,
  "currency": "BRL",
  "installments": [
    {
      "id": "INS54434-1",
      "installment_amount": 1000,
      "installments": 1,
      "total_amount": 1000
    }
  ]
}