vrtx Docs
Core APIs
  • Start
  • Onboarding
  • Wallet
  • Payouts
  • Cards
  • Transactions
Closed loop APIsCard Simulator
SDK APIs
  • Coming Soon!
Core APIs
  • Start
  • Onboarding
  • Wallet
  • Payouts
  • Cards
  • Transactions
Closed loop APIsCard Simulator
SDK APIs
  • Coming Soon!
  1. Nafath
  • Card Transactions
    • Perform a simulated card transaction
      POST
    • Perform a balance inquiry
      POST
  • Notifications
    • Fetch the latest OTP for a mobile number
      POST
  • Nafath
    • Trigger Nafath completion webhook
      POST
  1. Nafath

Trigger Nafath completion webhook

POST
https://api.staging.vrtx.sa/testhelpers/nafath/complete
Last modified:2025-12-09 09:55:23
Looks up the onboarding session by requestId, refreshes the Nafath token expiry, and POSTs the webhook payload to the configured Nafath endpoint.

Request

Body Params application/jsonRequired

Example
{
    "requestId": "string"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.staging.vrtx.sa/testhelpers/nafath/complete' \
--header 'Content-Type: application/json' \
--data-raw '{
    "requestId": "string"
}'

Responses

🟢200
application/json
Webhook dispatched
Body

Example
{
    "requestId": "string",
    "transId": "string",
    "token": "string",
    "webhookStatus": 0
}
🟠404
Modified at 2025-12-09 09:55:23
Previous
Fetch the latest OTP for a mobile number
Built with