vrtx Docs
Core APIs
Core APIs
  • Start
  • Onboarding
  • Wallet
  • Payouts
  • Cards
  • Transactions
Closed loop APIsCard Simulator
SDK APIs
SDK APIs
  • Coming Soon!
Core APIs
Core APIs
  • Start
  • Onboarding
  • Wallet
  • Payouts
  • Cards
  • Transactions
Closed loop APIsCard Simulator
SDK APIs
SDK APIs
  • Coming Soon!
  1. Notifications
  • Card Transactions
    • Perform a simulated card transaction
      POST
    • Perform a balance inquiry
      POST
  • Notifications
    • Fetch the latest OTP for a mobile number
      POST
    • Fetch the latest notification message for a mobile number
      POST
  • Nafath
    • Trigger Nafath completion webhook
      POST
    • Preview Nafath completion webhook payload
      POST
  • Databases
    • Purge and seed all test databases
      POST
  • Topup
    • Run the payouts account topup job once
      POST
  • PTY Proxy
    • Proxy PTY API calls
      POST
  • Ledger
    • Perform a ledger transaction
      POST
    • Top up an account in the ledger
      POST
    • Get account balance
      GET
Core APIs
Core APIs
  • Start
  • Onboarding
  • Wallet
  • Payouts
  • Cards
  • Transactions
Closed loop APIsCard Simulator
SDK APIs
SDK APIs
  • Coming Soon!
Core APIs
Core APIs
  • Start
  • Onboarding
  • Wallet
  • Payouts
  • Cards
  • Transactions
Closed loop APIsCard Simulator
SDK APIs
SDK APIs
  • Coming Soon!
  1. Notifications

Fetch the latest notification message for a mobile number

POST
https://api.staging.vrtx.sa/testhelpers/notifications/latest-message
Last modified:2025-12-17 20:39:28
Looks up the notifications database for the most recent message delivered to the given mobile number and returns the raw message content.

Request

Body Params application/jsonRequired

Example
{
    "mobileNumber": "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/notifications/latest-message' \
--header 'Content-Type: application/json' \
--data-raw '{
    "mobileNumber": "string"
}'

Responses

🟢200OK
application/json
Notification found
Body

Example
{
    "message": "string",
    "createdAt": "2019-08-24T14:15:22Z"
}
🟠404Not Found
Modified at 2025-12-17 20:39:28
Previous
Fetch the latest OTP for a mobile number
Next
Trigger Nafath completion webhook
Built with