Create Remitter
Creates the remitter (sending party) record required before requesting a remittance payout quotation.
Create Remitter
id_type + id_number for your organization again returns the existing remitter’s id instead of creating a duplicate record.customer_id is not part of this request. A remitter is a standalone record — it is not linked to one of your existing Customers.Field notes
source_of_fundsis a fixed enum (salary,savings,gifts,business_income,investment_proceeds, and others) — invalid values are rejected.id_typeis a fixed enum of supported identity document types:PASSPORT,DRIVING_LICENCE,BENEFICIARY_ID,PAN_CARD,AADHAAR_CARD,AIRLINE_STAFF_CARD,BUSINESS_REGISTRATION_NO_BR,CENTRAL_BANK_LICENCE,ACRA— invalid values are rejected.nationalitymust be a 3-letter alpha code (format-checked only, e.g.IND,AUS).
Error Codes and Messages
Authorizations
API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64
Body
Letters, spaces, apostrophes, and hyphens only. 1-100 characters.
"Siva"
Letters, spaces, apostrophes, and hyphens only. 1-100 characters.
"Raj"
3-letter alpha country code (format-checked, uppercased on save; not validated against an ISO-3166 list).
"IND"
Letters, spaces, apostrophes, and hyphens only. 2-50 characters.
"Sydney"
Fixed enum of accepted funding sources.
business_income, esops, gambling_proceeds, gifts, government_benefits, inheritance, investment_loans, investment_proceeds, pension_retirement, salary, sale_of_assets_real_estate, savings, someone_else_funds, credit_card, crypto_currencies, final_settlement, funds_from_dividend_payouts, funds_from_schemes_and_raffles, gift_from_family_and_friends, loan_from_bank, other_sources "gifts"
Type of identity document used for id_number.
PASSPORT, DRIVING_LICENCE, BENEFICIARY_ID, PAN_CARD, AADHAAR_CARD, AIRLINE_STAFF_CARD, BUSINESS_REGISTRATION_NO_BR, CENTRAL_BANK_LICENCE, ACRA "PAN_CARD"
Alphanumeric and hyphens only. 6-20 characters.
"AZL4546"
Optional client-supplied reference for tracking. Max 255 characters.
"remitter-ref-001"

