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 APM supportedCards
Find all the information about the card supported capabilities.
Capabilities Process Card PaymentsMarket 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 code | currency code | document name | document format | document required? |
---|---|---|---|---|
SA | SAR | National ID Card | 10 Digits. All numbers | Yes |
Cards supported
payment_method_id | Brand ID | Name | payment_method_type | Details | Allowed Flows | Logo |
---|---|---|---|---|---|---|
CARD | VI | Visa | CARD | Credit Card | DIRECT REDIRECT | |
CARD | VD | Visa Debit | CARD | Debit Card | DIRECT REDIRECT | |
CARD | MC | Mastercard | CARD | Credit Card | DIRECT REDIRECT | |
CARD | MD | Mastercard Debit | CARD | Debit Card | DIRECT REDIRECT | |
CARD | MF | Mada | CARD | Debit Card | DIRECT REDIRECT |
To offer all the card options that may be available in your integration, send the
payment_method_id
asCARD
.
Alternative Payment Method supported
payment_method_id | Name | payment_method_type | Details | Allowed Flows | Logo |
---|---|---|---|---|---|
TR | Tamara | TICKET | Wallet | Redirect |
Cards
Capabilities
Visa Credit | Visa Debit | Mastercard Credit | Mastercard Debit | Mada | |
---|---|---|---|---|---|
Minimum amount | 1 SAR | 1 SAR | 1 SAR | 1 SAR | 1 SAR |
Refunds | Yes | Yes | Yes | Yes | Yes |
Recurring | Yes | Yes | Yes | Yes | Yes |
Chargeback option | Yes | Yes | Yes | Yes | Yes |
Chargeback Dispute option | Yes | Yes | Yes | Yes | Yes |
Descriptor | Merchant name | Merchant name | Merchant name | Merchant name | Merchant 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. amount | 1 SAR |
Max. expiration time supported | 30 Minutes |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | SAR Transaction currency in ISO 4217. | Yes |
country | String | SA Transaction country in ISO 3166. | Yes |
payment_method_id | String | TR ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
payer.phone | Number | Phone number of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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"
}
Updated 7 days ago