Skip to main content
GET
List conversion transactions

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

Path Parameters

account_id
string
required

Internet International Bank Account Number identifying the PWS account the conversion belongs to.

Required string length: 14 - 42
conversion_id
string<uuid>
required

Identifier of the conversion whose transactions to list.

Query Parameters

page_size
integer<int32>
default:20

Maximum number of results to return on a single page. Defaults to 20, maximum 25.

Required range: 1 <= x <= 25
page_token
string

Opaque cursor returned by a previous response's next_page_token. Omit to start from the beginning.

Required string length: 1 - 256

Response

Successful response

data
ConversionSummary · object[]
required

Per-transaction summaries on this page, ordered by created_at descending.

next_page_token
string

Opaque cursor for the next page of results. Absent when there are no more pages.