App
Connect Reepay to any API
Reepay provides you with an easy all in one payment solution with payment gateway, acquiring service and a powerful subscription platform.
What your agent can do with Reepay
Triggers and actions 20 actions
- ActionAdd coupon
Create a new coupon. POST /v1/coupon
- ActionAdd credit
Create a credit note/credit for a customer. POST /v1/credit
- ActionAdd customer
Create a new customer. POST /v1/customer
- ActionAdd invoice
Create an invoice for a customer. POST /v1/customer/{handle}/invoice
- ActionAdd plan
Create a new subscription plan. POST /v1/plan
- ActionAdd subscription
Create a new subscription for a customer. POST /v1/subscription
- ActionCancel subscription
Cancel a subscription by handle. POST /v1/subscription/{handle}/cancel
- ActionDelete customer
Delete a customer by handle. DELETE /v1/customer/{handle}
- ActionGet charge
Retrieve a charge by handle. GET /v1/charge/{handle}
- ActionGet coupon
Retrieve a coupon by handle. GET /v1/coupon/{handle}
- ActionGet customer
Retrieve a customer by handle. GET /v1/customer/{handle}
- ActionGet invoice
Retrieve an invoice by id. GET /v1/invoice/{id}
- ActionGet plan
Retrieve the current version of a plan by handle. GET /v1/plan/{handle}/current
- ActionGet subscription
Retrieve a subscription by handle. GET /v1/subscription/{handle}
- ActionList customers
List all customers. GET /v1/list/customer
- ActionList invoices
List all invoices. GET /v1/list/invoice
- ActionList plans
List all plans. GET /v1/list/plan
- ActionList subscriptions
List all subscriptions. GET /v1/list/subscription
- ActionUpdate customer
Update an existing customer by handle. PUT /v1/customer/{handle}
- ActionUpdate subscription
Change/update an existing subscription by handle. PUT /v1/subscription/{handle}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Reepay API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.