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
- Create a Send Money request via POST /v1/send-money.
- Paystrator routes the request to the appropriate provider based on your provider configuration.
- The provider executes the disbursement.
- Transaction status updates are sent via webhooks or retrieved via get status API.