Skip to main content
GET
/
payments
/
{reference}
Retrieve a payment
curl --request GET \
  --url https://api.notchpay.co/payments/{reference} \
  --header 'Authorization: <api-key>'
{
  "status": "Accepted",
  "message": "Transaction retrieved",
  "code": 202,
  "transaction": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.notchpay.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

reference
string
required

Reference of the transaction

Response

Transaction retrieved

status
string
required
Example:

"Accepted"

message
string
required
Example:

"Transaction retrieved"

code
integer
required
Example:

202

transaction
any
required