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

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

Saudi Arabia Bank Codes

Last updated