GET
/
api
/
v1
/
pay
/
verify-payment
curl --request GET \
  --url https://adapter.cepta.co/api/v1/pay/verify-payment \
  --header 'Authorization: <api-key>'
{
  "status": true,
  "message": "<string>",
  "data": {
    "amount": 123,
    "chargedAmount": 123,
    "currency": "<string>",
    "customerEmail": "<string>",
    "narration": "<string>",
    "status": "<string>",
    "responseCode": "<string>",
    "transactionRef": "<string>",
    "processorResponse": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "paidAt": "2023-11-07T05:31:56Z",
    "ip": "<string>",
    "paymentType": "<string>",
    "fees": 123,
    "meta": "<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