Get transaction details

Retrieve details of a specific transaction. This endpoint allows partners to fetch the details of a transaction by providing the transaction ID.

SecuritybearerAuth
Request
path Parameters
id
required
string <uuid>

Transaction ID

Example: 01989e23-2827-7f5f-b286-112d5be2cf65
Responses
200

Get transaction details

401

Unauthorized

404

Not Found

422

Validation error

500

Internal Server Error

get/pay/v1/transactions/{id}
Request samples
Response samples
application/json
{
  • "data": {
    }
}