- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which parameters need to be set in "payment_definitions" array in order to clearly define Trial payment period and Regular payment period that is after Trial period?
Thanks
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found the answer: "payment_definitions": [{ "frequency_interval": 1, "amount": { "currency": "USD", "value": 0 }, "frequency": "Week", "cycles": 2, "type": "TRIAL", "name": "Two Weeks Free" }, { "frequency_interval": 1, "amount": { "currency": "USD", "value": 5.00 }, "frequency": "MONTH", "type": "REGULAR", "name": "Monthly Payment" } ] link: https://github.com/paypal/PayPal-PHP-SDK/issues/1032
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found the answer: "payment_definitions": [{ "frequency_interval": 1, "amount": { "currency": "USD", "value": 0 }, "frequency": "Week", "cycles": 2, "type": "TRIAL", "name": "Two Weeks Free" }, { "frequency_interval": 1, "amount": { "currency": "USD", "value": 5.00 }, "frequency": "MONTH", "type": "REGULAR", "name": "Monthly Payment" } ] link: https://github.com/paypal/PayPal-PHP-SDK/issues/1032

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Possible to use the Authorize & Capture payments function for a marketplace in the UAE? in PayPal Payments Standard
- How to add trail billing cycle ? in REST APIs
- Best solution for recurring monthly payments in REST APIs
- Need Help Upgrading to PayPal complete payments in PayPal Upgrade Community
- Multiple regular subscription sequences. in REST APIs