Skip to main content
GET
Get transaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Transaction ID

Response

200 - application/json

Transaction retrieved successfully

amount
number

Amount holds the value of the "amount" field.

created_at
string

CreatedAt holds the value of the "created_at" field.

id
string

ID of the ent.

meta
object
provider
enum<string>
Available options:
flutterwave,
paystack
reference
string

Reference holds the value of the "reference" field.

status
enum<string>
Available options:
pending,
successful,
failed
type
enum<string>
Available options:
debit,
credit
updated_at
string

UpdatedAt holds the value of the "updated_at" field.