Skip to main content
1

Create your first top up in the dashboard

Before using the API, you need to create a top up from the Dashboard. This saves a payment method that you can reuse programmatically.
2

Get payment methods

List saved payment methods for your company:
3

Create a top up

In this example:
  • company_id is your platform’s company ID
  • amount is the amount to add to your balance
  • currency is the currency of the top up
  • payment_method_id is the saved payment method to charge
4

Handle payment events

Listen for payment webhooks to confirm the top up was successful:

Collect payments for connected accounts

Transfer funds to connected accounts

Render payout portal

Let users withdraw their funds