Skip to main content
To get started with payouts, ensure you are signed up with the payout processors supported by Pesaswap.

How Does It Work?

How to get started?

We will be using Pesaswap’s hosted dashboard and Postman API collection for configuring connectors and processing payouts. You can find API reference here. Backend API endpoint - https://sandbox.pesaswap.io Dashboard - https://app.pesaswap.io Pesaswap provides an end-to-end payout solution using:
  • A hosted dashboard for configuring processors
  • A Postman API collection for processing payouts via API

Pre-requisites

Before starting, make sure:
  1. ✅ You’ve created an account at https://app.pesaswap.io
  2. ✅ You’re logged into the dashboard
  3. ✅ You’ve generated an API key under Developers
  4. ✅ You’ve noted your merchant_id from the home page

Configuring Payout Processors

Step 1 — Log in to your Pesaswap account

Go to: https://app.pesaswap.io

Step 2 — Navigate to the Payout Processors tab

This section lists all the supported payout processors.

Step 3 — Select a processor & add credentials

Click on your preferred processor and enter the required authentication keys or API credentials.

Step 4 — Enable preferred payment methods

Turn on the payment methods you plan to use for payouts.

Step 5 — Done!

You’ve successfully configured your payout processor!

Processing Payouts via Postman

Step 1 — Import the Postman collection

Download the collection from the official Pesaswap docs or request it from [email protected]

Step 2 — Configure your Postman environment

Set the following environment variables:
VariableValue
baseUrlhttps://sandbox.pesaswap.io
merchant_idYour merchant ID
api_keyYour generated API key
Keep your API key secure. Never expose it in client-side code.

Step 3 — Process payouts

Go to the “Process Payouts” section in the collection and send a request using either:
  • A saved payment_method_id
  • A newly added payment method
Make sure the payout method is compatible with the configured payout processor.