Skip to main content
GET
Retrieve a Transaction

Authentication

Include your Secret Key in the Authorization header as a Bearer token.

Path Parameters

string
required
The unique ID of the transaction.

Response Schema

Returns a full Transaction object.
string
Unique identifier for the transaction.
string
Value is payment_intent.
string
Total amount charged.
string
Three-letter ISO currency code.
string
Current status (succeeded, failed, requires_action, etc.).
string
PaveWay’s unique public reference.
string
Your provided order reference.
string
Transaction description.
integer
Timestamp of creation (Unix epoch).
object
object
Custom metadata provided during creation.