GET
/
api
/
v1
/
pay
/
confirm-status
curl --request GET \
  --url https://adapter.cepta.co/api/v1/pay/confirm-status \
  --header 'Authorization: <api-key>'
{
  "status": true,
  "message": "<string>",
  "data": {
    "responseCode": "<string>",
    "responseDescription": "<string>",
    "transactionReference": "<string>",
    "amount": 123,
    "remittanceAmount": 123,
    "customerName": "<string>",
    "bank": "<string>",
    "status": "<string>",
    "submitTimeUtc": "<string>",
    "clientReferenceInformation": "<string>",
    "accountName": "<string>",
    "accountNo": "<string>",
    "maskedPan": "<string>",
    "cardExpiry": "<string>",
    "transactionId": "<string>",
    "completedTimeUtc": "<string>",
    "errors": [
      {
        "errorCode": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Authorization header with the <SECRET_KEY> value.

Query Parameters

TransactionRef
string
required

Unique identifier for the transaction

Response

200
text/plain
Success
status
boolean

Indicates if the request was successful.

message
string | null

Descriptive message about the request result.

data
object