Authorization: Bearer ********************
{
"bin": "52845660",
"journeyId": "{{journeyId}}"
}
curl --location --request POST 'https://test-api.ucuzyolu.com/pay/card/query' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
"bin": "52845660",
"journeyId": ""
}'
{
"data": [
{
"installment": "direct_rate_others",
"bin": "52845660",
"amount": 1142.78,
"margin": 0,
"comission": 0,
"total": 1142.78,
"realInstallment": 1,
"amountPerInstallment": 1142.78,
"bankName": null,
"cardLogo": null,
"cardAssocation": null,
"cardFamily": null
}
],
"success": true,
"code": 0,
"message": ""
}