Saudi Arabia

Learn about the dLocal supported payment methods in Saudi Arabia.

Market specifications

Take a look of all the payment methods available.

Country reference Cards supported Alternative Payment Method supported

Cards

Find all the information about the card supported capabilities.

Capabilities Process Card Payments

Alternative Payments

Learn how to integrate cash, bank transfer or wallet payment.

Tamara


Market specifications

Do you want to know more information about Saudi Arabia's market? Go to the APAC: The world’s leader in eCommerce market sales article.

Country reference

country codecurrency codedocument namedocument formatdocument required?
SASARNational ID Card10 Digits. All numbersYes

Cards supported

payment_method_idBrand IDNamepayment_method_typeDetailsAllowed FlowsLogo
CARDVIVisaCARDCredit Card ​DIRECT REDIRECT
CARDVDVisa Debit ​CARDDebit Card ​DIRECT REDIRECT
CARDMCMastercardCARDCredit Card ​DIRECT REDIRECT
CARDMDMastercard Debit ​CARDDebit Card ​DIRECT REDIRECT
CARDMFMadaCARDDebit CardDIRECT REDIRECT

ℹ️

To offer all the card options that may be available in your integration, send the payment_method_id as CARD.

Alternative Payment Method supported

payment_method_idNamepayment_method_typeDetailsAllowed FlowsLogo
TRTamaraTICKETWalletRedirect




Cards

Capabilities

Visa CreditVisa DebitMastercard CreditMastercard DebitMada
Minimum amount1 SAR1 SAR1 SAR1 SAR1 SAR
RefundsYesYesYesYesYes
RecurringYesYesYesYesYes
Chargeback optionYesYesYesYesYes
Chargeback Dispute optionYesYesYesYesYes
DescriptorMerchant nameMerchant nameMerchant nameMerchant nameMerchant name

How to process Card Payments?

Learn how to process payments with credit and debit cards with dLocal in our Card Payments section.


Alternative Payment Method

Tamara

Tamara is a payment method that offers a secure and instant payment process. Customers can pay in full using their preferred credit or debit cards, ensuring a smooth and efficient checkout experience

Capabilities

Tamara
Min. amount1 SAR
Max. expiration time supported30 Minutes
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic Tamara redirect flow.

The screenshots illustrate a generic Tamara redirect flow.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringSAR

Transaction currency in ISO 4217.
Yes
countryStringSA

Transaction country in ISO 3166.
Yes
payment_method_idStringTR

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
payer.phoneNumberPhone number of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 100,
    "currency": "SAR",
    "country": "SA",
    "payment_method_id": "TR",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "phone": "544337866",
        "document": "4210120289",
        "document_type": "CI",
        "account_number": "933303352683680",
        "address": {
            "city": "Goa",
            "street": "Maddo Vaddo",
            "number": "1207"
        }
    },
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-e98ed216-b10d-ty54-885f-eb7a751a3a29",
    "amount": 100,
    "currency": "SAR",
    "payment_method_id": "TR",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "SA",
    "created_date": "2023-02-16T21:42:15.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchant.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-6f5d5f37-67y5-48f2-9e6f-fb911ca4ba39"
}