APM Installments
Retrieve available installment plans for specific Alternative Payment Methods (APMs). This is useful for integrations like NuPay, where you may want to present installment options to the customer before finalizing the payment.
POST
TheDocumentation Index
Fetch the complete documentation index at: https://docs.y.uno/llms.txt
Use this file to discover all available pages before exploring further.
apm-installments endpoint allows you to retrieve available installment plans for specific Alternative Payment Methods (APMs). This is particularly useful for integrations like NuPay, where you may want to present installment options to the customer before finalizing the payment.
Usage Scenarios
Depending on your integration flow, you will use this endpoint differently:- Enrollment Flow: Used when a customer has already enrolled their NuPay account. You’ll need to provide the
vaulted_tokenand the customerid. - 2FA Mode (Direct): Used for direct integrations where you collect customer details (email/document) to initiate a two-factor authentication flow.
This endpoint is currently specific to certain APMs. For standard credit card installments, please refer to the Installments Plan documentation.
Authorizations
Body
application/json
ISO 3166-1 alpha-2 country code (e.g., BR).
Example:
"BR"
The specific NuPay method.
Available options:
NU_PAY, NU_PAY_ENROLLMENT Example:
"NU_PAY_ENROLLMENT"
Customer data. Can include id or email and document details.
Required for enrollment flow.
Example:
"vaulted_token_uuid"