Payment Methods
Check MSIGet
https://sandbox-api.srpago.com/v1/partial-payment/promotion/512745/500
Verifica si una tarjeta es participante a Meses Sin Intereses con solo consultar su bin (primeros 6 dígitos de la tarjeta).
El monto mínimo para diferir una transacción a Meses es de $500.00
Para efectos de pruebas puedes utilizar el siguiente bin: 512745
Los intereses (rate) quedan a cargo del dueño de la aplicación.
headers
AuthorizationBearer Token
Content-Typeapplication/json
Example Request
curl --location --request GET 'https://sandbox-api.srpago.com/v1/partial-payment/promotion/512745/500' \ --header 'Content-Type: application/json'
Example Response
{
"success": true,
"result": {
"binInfo": {
"cardBrand": "MAST",
"cardType": "CREDIT",
"countryCode": "MX",
"bankName": "IXE BANCO S.A."
},
"promotions": [
{
"months": 3,
"rate": 7.55,
"amount": "166.67",
"promotionId": 105
},
{
"months": 6,
"rate": 10.1,
"amount": "83.33",
"promotionId": 106
},
{
"months": 9,
"rate": 12.6,
"amount": "55.56",
"promotionId": 107
},
{
"months": 12,
"rate": 15.6,
"amount": "41.67",
"promotionId": 108
}
],
"cash": {
"type": "POS",
"fixed": "0.00",
"variable": "2.00",
"detail": "ARRANGED COMMISSION",
"extra_fee": [
{
"type": "POS",
"fixed": 0,
"variable": 20,
"detail": "CONTRACARGO DE 50mil",
"tax": 0,
"loan_id": 1,
"discount": 0
},
{
"type": "POS",
"fixed": 0,
"variable": 30,
"detail": "FINANCIAMIENTO 2",
"tax": 0,
"loan_id": 3,
"discount": 0
}
],
"loan_id": 0,
"discount": 0
}
}
}