India
Check the requirements and validations made over the cashouts on India
Required fields
Field
Format
Description
login
String
Cashouts login
pass
String
Cashouts pass
external_id
String (max length: 100)
Transaction's ID on your end
document_id
Beneficiary's document ID
country
IN
currency
INR
/ USD
amount
Number with up to 2 decimals
Cashout amount
bank_account
Beneficiary's bank account
bank_branch
beneficiary_name
String (max length: 100)
Beneficiary's name
Bank Account Validations
Bank name
Bank code
Format
Regex
Example
Default
-
Numeric values, not allowing spaces in between. Length between 9 and 18 inclusive
^[0-9-.]{9,18}$
911010341747600, 9283749293
Bank Branch Validations
Bank
Description
Regex
Example
All
IFSC
^[A-Z|a-z]{4}[0][a-zA-Z0-9]{6}$
IDIB000M322, ANDB0000345
Document Validations
Example Request
Bank Codes
The bank_code
in India is not mandatory, and it is retrieved from the IFSC sent in the bank_branch
instead.
Last updated
Was this helpful?