AdditionalReq
Less than 1 minute
Code | Type | Description |
---|---|---|
ifscCode | String | Only for India Pay out to Bank ,11 digits (Mandatory) |
String | Only for Brazil Pay in , the number of CPF (Mandatory) | |
String | Only for Brazil pay out , which method is CPF/CNPJ ,this is tax number for CPF/CNPJ | |
String | Only for Thailand pay-in which method is BANK and QRPAY,this is means your paying bank account no | |
netWork | String | netWork for USDT or other digital currency, such as :TRC20,BEP20,ERC20,HRC20 |
additional | String | others additional information |
Tips
Dear merchants:
Due to the policy upgrade of the bank on November 1, we will cooperate with the bank to upgrade the channel.From today, all users are required to implement real-name CPF verification for collection and payment!When making a transaction request, you need to put real CPF number into the pixAccount
field. If the user does not implement the verification, the collection and payment will fail or the recharge will not be possible!
Please cooperate with the boss to complete the system KYC certification.
Example for India pay out
{
"ifscCode": "YESB0000097"
}
Example for Thailand pay in
{
"payerAccountNo": "34567823"
}
Example for Brazil pay out
{
"taxNumber": "123.456.789-09"
}
Example for Brazil pay in
{
"pixAccount": "12345678909"
}