Saudi Arabia
Mandatory parameters - Bank transfer
Mandatory parameter | Description |
---|---|
login | 32 chars |
pass | 32 chars |
external_id | Max. 100 chars |
country | SA |
beneficiary_name | Max. 10 chars English and Arabic supported. |
beneficiary_lastname | Max. 50 chars English and Arabic supported. |
bank_branch | Swift code |
address | Address of the beneficiary Max. 35 chars English and Arabic supported. |
city | City of the beneficiary Max. 35 chars English and Arabic supported. |
bank_account | IBAN Format. All Saudi IBANs begin with 'SA' and are exactly 24 characters long. Ex: SA0380000000608010167519 |
amount | Max. 2 decimal numbers |
currency | USD or SAR |
Example request
{
"external_id":"896986598",
"country":"SA",
"beneficiary_name":"Juan",
"beneficiary_lastname":"Lopez",
"bank_branch":"SAMASARIXXX",
"address":"As Sulimaniyah",
"city":"Riyadh",
"bank_account":"SA0380000000608010167519",
"amount":"1000",
"currency":"SAR",
}
Mandatory parameters - Mobile
Mandatory parameter | Description |
---|---|
login | 32 chars |
pass | 32 chars |
external_id | Max. 100 chars |
country | SA |
beneficiary_name | Max. 100 chars |
beneficiary_lastname | Max. 100 chars |
account_type | Mobile |
address | Address of the beneficiary Max. 35 chars |
city | City of the beneficiary Max. 35 chars |
phone | country code + 9 digits 9 Example: +966565130452 |
amount | Max. 2 decimal numbers |
currency | USD or SAR |
Example request
{
"external_id":"896986598",
"country":"SA",
"beneficiary_name":"Juan",
"beneficiary_lastname":"Lopez",
"account_type":"Mobile",
"address":"As Sulimaniyah",
"city":"Riyadh",
"phone":"+966565130452",
"amount":"1000",
"currency":"SAR",
}
Updated 10 months ago