Create Installments Plan

Yuno allows you to create installment plans to offer to your customers. These plans can be used based on factors such as the amount to pay, currency, and card used, as described below:

  • 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.

Defining the Plan ID

The 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.

Merchants Installments

This endpoint is only required for Merchant installments integration For Provider defined installments, we use the installment plan define by your payment provider.

For merchant-created installments, you also have the possibility of specifying the plan for every checkout session by using the 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.

Response object description

Access the recipe to get the response description.

Language
Authorization
Click Try It! to start a request and see the response here!