Skip to main content
GET
Get transactions for a payment link
Get the transactions collected through a specific payment link, filterable by status and payment method.
For card and crypto payments, check requiresAction/redirectUrl/redirectMode — some providers need an additional 3DS redirect before the payment completes. redirectMode tells you whether that redirect can be framed in-page (iframe) or must open the top-level window (top).

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Query Parameters

page
number
default:1
per_page
number
default:20
limit
number
default:20
offset
number
default:0
status
enum<string>
Available options:
pending,
processing,
successful,
failed,
cancelled,
expired
paymentMethod
enum<string>
Available options:
mobile_money,
bank,
card,
crypto

Search by customer email/phone/name

Response

success
boolean
Example:

true

message
string
Example:

"Transactions retrieved successfully"

data
object[]
total
number
Example:

1

limit
number
Example:

20

offset
number
Example:

0