Skip to main content
GET
/
transfers
/
{reference}
Retrieve a transfer
curl --request GET \
  --url https://api.notchpay.co/transfers/{reference} \
  --header 'Authorization: <api-key>'
{
  "status": "Accepted",
  "message": "Transfer retrieved",
  "code": 202,
  "transfer": "<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

Transfer retrieved

status
string
required
Example:

"Accepted"

message
string
required
Example:

"Transfer retrieved"

code
integer
required
Example:

202

transfer
any
required