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: CPF or CNPJ — type of the PIX identifier (Mandatory with pixAccount) | |
| String | Only for Brazil Pay in: numeric value for the PIX ID — 11 digits if pixType is CPF, 14 if CNPJ (Mandatory) | |
| String | this is required for Brazil Pay-Out | |
| 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, set pixType to CPF or CNPJ, and put the matching numeric ID into pixAccount. 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
{
"pixType": "CPF",
"pixAccount": "12345678909"
}
