Skip to main content
GET
Get payments by transaction ID

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"

Path Parameters

transaction_id
string
required

Query Parameters

limit
integer
Required range: x <= 100
last_evaluated_key
string

Response

Payments for the transaction

data
object[]
last_evaluated_key
string | null