Saudi Arabia

Learn everything you need to know to make payouts in Saudi Arabia with dLocal.

Market specifications

Take a look of all the information you need to make a payout.

Country reference Mandatory paramenters

Payment methods

Find all the information about payment methods capabilities.

Bank transfers

Market specifications

Do you want to know more information about Saudi Arabia's market? Go to the Expand Your Reach in Africa’s eCommerce Market article.

Country reference

country codecurrency codeamount decimalsdocument_type namedocument_id format
SASAR2National ID Card10 digits. All numeric.

Mandatory parameters

Bank transfers

Bank transfer parametersB2CB2BP2P
loginYesYesYes
passYesYesYes
external_idYesYesYes
countryYesYesYes
beneficiary_nameYesYesYes
beneficiary_lastnameYesYesYes
bank_branchYesYesYes
addressYesYesYes
cityYesYesYes
bank_accountYesYesYes
amountYesYesYes
currencyYesYesYes
purpose-YesYes
remitter_full_name--Yes
remitter_nationality--Yes
remitter_address--Yes
remitter_city--Yes
remitter_postal_code--Yes
remitter_country--Yes
remitter_birth_date--Yes
remitter_document_type--Yes
remitter_document--Yes

Payment methods

Saudi Arabia supports payouts via Bank transfers. This method requires specific parameters and follows validation rules aligned with local compliance and banking standards.

Bank transfers

Bank transfers in Saudi Arabia require detailed account information, including SWIFT code, address, city, and IBAN. The format of these fields depends on the receiving bank, and strict validation rules apply.

Mandatory parameters

All fields listed below are required for bank transfer payouts. For successful processing, ensure correct formatting and value types.

Mandatory parameterDescription
loginAPI authentication credentials. Maximum 32 characters.
passAPI authentication credentials. Maximum 32 characters.
external_idUnique transaction identifier. Maximum 100 characters.
countryCountry code. For Saudi Arabia, use SA.
beneficiary_nameFirst name of the beneficiary. Maximum 10 characters. English and Arabic supported.
beneficiary_lastnameLast name of the beneficiary. Maximum 50 characters. English and Arabic supported.
bank_branchSWIFT code (8 or 11 alphanumeric characters in upper case).
addressFull address of the beneficiary. Maximum 35 characters. English and Arabic supported.
cityCity of the beneficiary. Maximum 35 characters. English and Arabic supported.
bank_accountIBAN Format. All Saudi IBANs begin with 'SA' and are exactly 24 characters long. Ex: SA0380000000608010167519.
amountPayout amount. Use up to 2 decimal places.
currencyPayout currency. For Saudi Arabia, use SAR or USD.
purposeReason for the payout. EPREMT for Remittance (P2P), EPBTOB for Business to Business (B2B).
remitter_full_nameFull name of the sender. Maximum 100 characters. Mandatory only for remittance (P2P).
remitter_nationalityISO 3166-1 alpha-2 code of the sender's nationality. Mandatory only for remittance (P2P).
remitter_addressFull address of the sender. Maximum 200 characters. Mandatory only for remittance (P2P).
remitter_cityCity of the sender. Maximum 40 characters. Mandatory only for remittance (P2P).
remitter_postal_codePostal code of the sender. Maximum 20 characters. Mandatory only for remittance (P2P).
remitter_countryISO 3166-1 alpha-2 code of the sender. Mandatory only for remittance (P2P).
remitter_birth_dateSender’s birth date in YYYYMMDD format. Mandatory only for remittance (P2P).
remitter_document_typeType of identification document: ID for national identification number, PASS for passport. Mandatory only for remittance (P2P).
remitter_documentDocument number of the sender. Maximum 45 characters. Mandatory only for remittance (P2P).

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"
}