How to specify Instalments in Subscription PreApproval #347
Unanswered
pranav-g10
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello @pranav-g10, if you need to split an annual payment into 12 installments, you can use the one-time payment to do so. "auto_recurring": {
"frequency": 1,
"frequency_type": "months",
"start_date": "2024-01-01T00:00:00.000Z",
"end_date": "2024-12-31T00:00:00.000Z",
"transaction_amount": 10,
"currency_id": "<CURRENCY_ID>"
}, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While one-time payments via the Payments API gives the option to specify the number of installments that the payment should be split in
The subscription pre-approval creation API does not have support for any such field.
I want to collect Annual subscription but also give the customers the option to pay the annual price in installments. Is this not possible ? Please suggest.
Beta Was this translation helpful? Give feedback.
All reactions