API Reference

Send Money

What is Send Money?

The Send Money API lets you disburse funds to:

  • Bank Accounts
  • Virtual Accounts (VA)
  • eWallets

Paystrator handles the provider routing automatically based on your configuration, giving you:

✅ Simpler integration (one endpoint for all providers)

✅ Full transaction traceability for compliance and reconciliation

✅ Automated fallback when a provider is unavailable


How It Works

  1. Create a Send Money request via POST /v1/send-money.
  2. Paystrator routes the request to the appropriate provider based on your provider configuration.
  3. The provider executes the disbursement.
  4. Transaction status updates are sent via webhooks or retrieved via get status API.

Related Pages