Create Installments Plan
- Filtered by Amount Range (mandatory): The system checks if the installment plan is suitable for the specific amount of your transaction. Only plans that can handle that amount are considered.
- Card BIN: The system verifies if the BIN of your card matches those allowed for certain installment plans. If there’s a match, that plan is considered.
- Specific Currency: Only plans that work with the currency you are using are considered.
- Plan Availability: The system checks if the installment plan is active. Only plans that have not expired and are available are considered.
plan_id is only necessary when applying a fixed installment plan that doesn’t change during the purchase. If the installment.plan_id is not provided, the SDK will automatically search through all available installment plans associated with that account and select the one it considers most suitable. You should include the plan_id to ensure that a specific plan is applied.plan_id while creating the session. If you do not send it, we will use the installment plan that matches the conditions set for the checkout session.Authorizations
Body
The installment plan name (MAX 255; MIN 3)
The unique identifier(s) of the account(s) that will have the installment plan (UUID; 36 chars).
Identification of the installment plan (MAX 255; MIN 3)
Definition of installments available for each scenario
The issuer's country (ISO 3166-1 MAX 2; MIN 2)
Card’s brand [blocked] information (MAX 255; MIN 3).
Card issuer (MAX 255; MIN 3)
The issuer identification number (IIN) refers to the first few digits of a payment card number issued by a financial institution (MAX 8; MIN 6)
The amount of months to wait to debit the first installment (MAX: 3).
The amounts that the installment plan will be available for. If null, available for any amount.
The dates that the installment plan will be available for. If null then it does not have a finish date
Allows specifying the payment method type when creating an installment plan.
CARD, NU_PAY_ENROLLMENT Response
200
"4d573425-33f9-4c46-b009-2c7e749b0ec7"
"plan_007"
"Test"
""
""
""
""
""
""
"US"
0
"2023-10-11T17:52:31.886178246Z"
"2023-10-11T17:52:31.886178246Z"
"NU_PAY_ENROLLMENT"