STCPay

Payment method for Saudi Arabia, mobile number 9-10 digits.

Payin request

{
  "amount": 10,
  "currency": "SAR",
  "invoiceId": "{{$randomInt}}demo123",
  "clientId": "demo client 12345",
  "lang": "EN",
  "successUrl": "https://example.com/",
  "failUrl": "https://example.com/",
  "backUrl": "https://example.com/",
  "type": "stcpay"
}

Payout request

{
    "amount": 4,
    "currencyTo": "SAR",
    "clientId": "TestQA1",
    "recipient": {
        "account_owner": "AIBEK",
        "account_number": "879010071520710",
        "account_bank_id": "f28cfabb-c312-4d54-8073-c109e6ee9ee8",
        "type": "phone"
    },
    "type": "stcpay"
}