Senders
Sender management and KYC
Retrieve a list of all senders (money remitters) for the authenticated tenant. Returns only active senders (not soft-deleted). Senders are individuals who initiate money transfers to beneficiaries.
API key for tenant authentication
Successfully retrieved list of senders
Successfully retrieved list of senders
Create a new sender (money remitter) for the authenticated tenant. The country code must be exactly 3 characters (ISO Alpha-3). Phone number must be in international E.164 format. Daily and monthly limits must be at least 1. Senders may require KYC verification before initiating transactions.
API key for tenant authentication
Sender's first name
Sender's middle name (optional)
Sender's last name
ISO 3166-1 alpha-3 country code (e.g., ZAF for South Africa, UGA for Uganda)
International phone number in E.164 format (e.g., +27831234567)
Maximum amount this sender can transfer per day
Maximum amount this sender can transfer per month
Sender created successfully
Bad request - Invalid input data
Unauthorized - Invalid or missing API key
Conflict - Sender already exists
Internal server error
Retrieve sender details by ID
API key for tenant authentication
Successfully retrieved sender details
Not found - Sender does not exist or has been deleted
Update sender by ID
API key for tenant authentication
International phone number in E.164 format
Sender updated successfully
Bad request - Invalid input data
Unauthorized - Invalid or missing API key
Not found - Sender does not exist
Internal server error
Delete sender by ID
API key for tenant authentication
Sender deleted successfully
Unauthorized - Invalid or missing API key
Not found - Sender does not exist
Internal server error
Retrieve KYC status and details for a sender
API key for tenant authentication
Successfully retrieved sender KYC details and status
Not found - Sender or KYC details do not exist
Upload KYC documents for senders who are not verified by a marketplace
API key for tenant authentication
KYC documents uploaded successfully
Bad request - Invalid or missing documents
Unauthorized - Invalid or missing API key
Not found - Sender does not exist
Internal server error
Update KYC status after verification
API key for tenant authentication
KYC status updated successfully
Bad request - Invalid status or input data
Unauthorized - Invalid or missing API key
Not found - Sender does not exist
Internal server error
Last updated