1. Debug Fast
Vrtx Docs
  • Card Transactions
    • Perform a simulated card transaction
      POST
    • Perform a balance inquiry
      POST
    • Build a clearing message for settlement
      POST
    • Build and submit clearing to FAST
      POST
    • Send an advisement message
      POST
  • Cards Router Proxy
    • Proxy /fast/settlement to cards-router
      POST
    • Proxy /fast/customer-info to cards-router
      POST
    • Proxy /fast/authorisation to cards-router
      POST
  • Debug Fast
    • Look up clearing event by TID and ADD_REF_RID
      GET
    • Look up auth by TID and ADD_REF_RID
      GET
  • Card Sensitive Data
    • Get card sensitive data
      GET
  • Payouts
    • List payouts
      GET
  • Account Transactions
    • List account transactions (V2)
      GET
Open-Loop-v2Closed-loop V2Card Simulator
open-loop-test
Open-Loop-v2Closed-loop V2Card Simulator
open-loop-test
  1. Debug Fast

Look up auth by TID and ADD_REF_RID

GET
https://api.staging.vrtx.sa/testhelpers/fast/auth
Last modified:2026-04-14 14:51:07
Returns auth from FAST fast_response_events. 404 when not found.

Request

Query Params

Responses

🟢200
*/*
OK
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.staging.vrtx.sa/testhelpers/fast/auth?tid&addRefRid'
Response Response Example
{
    "tid": "string",
    "rid": "string",
    "accountNumber": "string",
    "ledgerTransactionId": "string",
    "network": "string",
    "transactionDateTime": "string",
    "transactionAmount": "string",
    "billingAmount": "string",
    "transactionCurrency": "string",
    "billingCurrency": "string",
    "merchantCategory": "string",
    "merchantCategoryCode": "string",
    "transactionType": "string",
    "totalAmount": "string",
    "totalAmountCurrency": "string"
}
Modified at 2026-04-14 14:51:07
Previous
Look up clearing event by TID and ADD_REF_RID
Next
Get card sensitive data
Built with