A step-by-step guide to creating a new customer subscription with the Revolv3 API, detailing billing plans and payment methods.
Make 1 API call to set the recurring payment, user and payment method Use API: {{Api Root}}/api/CustomersFor the {{Api Root}} variable:Production:
Copy
Ask AI
https://api.revolv3.com>
Sandbox:
Copy
Ask AI
https://api-sandbox.revolv3.com
This is a POST request with a sample payload below. This call is also in the API docs. Additional calls around payments can also be found in the docs. Note Billing, Shipping and Tax Address are left empty here, but you can add those from the docs.
It’s possible, but optional to create a customerId first. You can use the same API call as above with empty place holders to get a customerId {{Api Root}}/api/Customers