Skip to main content
POST
https://staging.api.tribease.com/v2
/
v2
/
payment-intents
/
verify-transaction
Verify Payment Intent
curl --request POST \
  --url https://staging.api.tribease.com/v2/v2/payment-intents/verify-transaction \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clientReference": "<string>",
  "transactionReference": "<string>"
}
'
{
  "status": "<string>",
  "title": "<string>",
  "data": [
    {
      "status": 123,
      "detail": "<string>",
      "clientReference": "<string>",
      "transactionReference": "<string>"
    }
  ]
}

Request Body Parameters

The body parameter can be either of the following:
clientReference
string
Reference of the Payment Intent that was supplied by the client.
transactionReference
string
Transaction Reference of the Payment Intent.

Response Data

status
string
required
The status of the response
title
string
required
The title of the response
data
array
required