Return the installments
Request
Method
URL
GET
Query Params
bin_number (Required): Bin number the filter the installments
Response
Status
200
{
"id": 1,
"binNumber": "123456",
"price": 100.0,
"cardType": "Credit",
"cardAssociation": "Visa",
"cardBrand": "Visa Gold",
"bankName": "Example Bank",
"bankCode": "123",
"force3ds": true,
"cvcRequired": true,
"commercial": true,
"merchantId": 1
}
403
400
404
"error": "Installment not found"
401
500
Last updated 1 year ago