🇸🇦Saudi Arabia
Wallets
payout_method.type = wallet
payout_method.payment_method = wallets
Example Wallet Payload
{
"payout_method": {
"type": "wallet",
"payment_method": "wallets",
"beneficiary": {
"name": "John Doe",
"payout_method_details": {
"phone_number": "+966123456789",
"bank_code": "STCPAY"
}
}
},
"amount": {
"value": 500,
"currency_code": "SAR"
},
"country_code": "SA",
"purpose": "salaries",
"request_id": "unique_request_id"
}
{
"purpose": "SALARIES",
"reference": null,
"id": "a7cd5204-9a8d-4136-8813-86016aa72f5b",
"payout_method": {
"type": "wallet",
"payment_method": "sa_wallets",
"beneficiary_details": {
"name": "John Doe"
}
},
"amount": {
"value": 500,
"currency_code": "SAR"
},
"country_code": "SA",
"request_id": "unique_request_id",
"created_at": 1710128069
}
Bank Transfer
payout_method.type = bank_transfer
payout_method.payment_method = bank_transfer
Example Bank Transfer Payload
{
"payout_method": {
"type": "bank_transfer",
"payment_method": "bank_transfer",
"beneficiary": {
"name": "John Doe",
"payout_method_details": {
"account_name": "John Doe",
"account_number": "SA0380000000608010167519",
"bank_code": "SNBK"
}
}
},
"amount": {
"value": 1000,
"currency_code": "SAR"
},
"country_code": "SA",
"purpose": "revenue_share",
"request_id": "unique_request_id"
}
{
"purpose": "REVENUE_SHARE",
"reference": null,
"id": "ff3aa74a-402b-44b9-8665-a4e09dea2da3",
"payout_method": {
"type": "bank_transfer",
"payment_method": "sa_bank_transfer",
"beneficiary_details": {
"name": "John Doe"
}
},
"amount": {
"value": 1000,
"currency_code": "SAR"
},
"country_code": "SA",
"request_id": "unique_request_id",
"created_at": 1709279556
}
Saudi Arabia Bank Codes
Last updated