Get Installments

When the installment inquiry service is used, the amounts to be paid for installment and single-payment transactions for card families are returned. The amount sent to this service should be used along with the payable_amount and installment parameters. It should be called after entering the first 6 digits of the card on the payment page. The returned response is used to display installment options to the user.

If the payable_amount parameter is the same as the requested amount, the end-user's commission is covered by the merchant.

Method API Endpoint Content-Type
POST /api/getpos application/json

EXAMPLE CODES

{
  "credit_card": "540669",
  "amount": "100",
  "currency_code": "TRY",
  "merchant_key": "$2y$10$w/ODdbTmfubcbUCUq/ia3OoJFMUmkM1UVNBiIQIuLfUlPmaLUT1he"
}