4.2 Installment Query

Return the installments

Request

Method

URL

GET

/installment/v1/installments/{bin_number}

Query Params

bin_number (Required): Bin number the filter the installments

Response

Status

Response

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