username:passwordAuthorization: Basic *****************{
"bin": "52845600",
"total": 1200
}curl --location 'http://pay.tripingram.local/query/bin' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"bin": "52845600",
"total": 1200
}'{
"data": [
{
"installment": "direct_rate_others",
"real_installment": 1,
"bin": "52845600",
"amount": 1200,
"margin": 0,
"amount_per_installment": 1200,
"total": 1200,
"bank_name": null,
"card_logo": null,
"card_family": null
}
],
"success": true,
"code": 0,
"message": ""
}