Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
{ "bin": "52845600", "total": 1000 }
curl --location --request POST 'https://api.staging.mintedconnect.com/partner/pay/card/installments' \ --header 'x-client-id;' \ --header 'api-version: 3' \ --header 'Accept-Language: tr' \ --header 'Content-Type: application/json' \ --data-raw '{ "bin": "52845600", "total": 1000 }'
{ "data": { "installment": "direct_rate_others", "real_installment": 1, "bin": "52845600", "amount": 1000, "margin": 10, "comission": 100, "amount_per_installment": 1000, "total": 1100, "bank_name": null, "card_logo": null, "card_assocation": null, "card_family": null }, "success": true, "code": 0, "message": "" }