Skip to content

Get callback delivery logs for a transaction

GET
/payments/transactions/{reference}/callbacks

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

reference*
Type
string
Required

Responses

Success

application/json
JSON
[
  
{
  
  
"id": "string",
  
  
"url": "string",
  
  
"status": "string",
  
  
"attemptNumber": 0,
  
  
"attemptedAt": "string",
  
  
"responseStatusCode": 0,
  
  
"errorMessage": "string",
  
  
"createdAt": "string",
  
  
"updatedAt": "string"
  
}
]

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies