v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB

List Installment Plans

get/v1/card_installment_plans

Query parameters

amountinteger

Total amount of the installment. A positive integer with minimum amount of 300000 (PHP 3,000.00). 300000 is expressed in cents, the smallest currency unit. If you want to receive an amount of 3500.50, the value that you should pass is 350050.

Response

200

has_moreboolean

Example response

{
  "data": [
    {
      "auth_amount": 100000,
      "distribution_type": "First Installment",
      "geo_scope": "DomesticOnly",
      "issuer_id": "00000000000000000000000",
      "issuer_name": "Test Issuing Bank",
      "loan_amount": 100000,
      "monthly_installment": 33333,
      "processing_fee_percent": 3,
      "processing_fee_type": "Percentage",
      "processing_fee_value": 4000,
      "program_type": "MERCHANT",
      "scheme_description": "Sample ",
      "scheme_id": "00000000000000000000001",
      "subvention_amount": 3000,
      "subvention_type": "01",
      "tenure": 3,
      "terms_and_conditions": "These are sample terms and conditions.These must be visible to consumers when they checkout with installments."
    }
  ]
}