Skip to main content
POST
Filter transactions

Headers

Authorization
string
default:NONE
required

Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.

Example:

"Bearer eyJraWQ..."

X-Api-Key
string
default:NONE
required

API key for server-to-server flows, or the literal string NONE when authenticating via JWT.

Example:

"pcx_abc123_xxxx"

Body

application/json
currency
string | null
payment_method
enum<string>
Available options:
bank_transfer,
mobile_money,
crypto,
card
status
enum<string>
Available options:
initiated,
pending,
completed,
failed
org_id
string | null
date_from
string<date-time> | null
date_to
string<date-time> | null
limit
integer
default:10
last_evaluated_key
string | null

Response

Filtered transaction results

status
string
data
object[]
pagination
object