1. tokenization-activation-helper-controller
Vrtx Docs
  • Card Transactions
    • Perform a simulated card transaction
      POST
    • Perform a balance inquiry
      POST
  • tokenization-activation-helper-controller
    • verifyOtp
      POST
    • confirmIvr
      POST
    • get
      GET
Client APIsVrtx Closed loopCard Simulator
Client APIsVrtx Closed loopCard Simulator
  1. tokenization-activation-helper-controller

confirmIvr

POST
https://api.staging.vrtx.sa/testhelpers/tokenization/activation-code-requests/{requestId}/ivr
Last modified:2026-04-23 14:36:20

Request

Path Params

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200
*/*
OK
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.staging.vrtx.sa/testhelpers/tokenization/activation-code-requests//ivr' \
--header 'x-tenant-short-code;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "input": "string"
}'
Response Response Example
{
    "id": "string",
    "token": 0,
    "messageType": "string",
    "status": "string",
    "wallet": "string",
    "device": "string",
    "notificationId": "string",
    "createdAt": "2019-08-24T14:15:22.123Z",
    "ivrCompletedAt": "2019-08-24T14:15:22.123Z",
    "otpSentAt": "2019-08-24T14:15:22.123Z",
    "otpVerifiedAt": "2019-08-24T14:15:22.123Z",
    "verificationResult": "string"
}
Modified at 2026-04-23 14:36:20
Previous
verifyOtp
Next
get
Built with