Export Payments
Exports a CSV file of payments.
Query parameters
Search payments by ID, external_payment_id, receiver wallet address, or disbursement name.
Type of payments
The status of the payment
Exact match on the status of the payment.
UUID that represents a receiver in the database
Only return payments that are created after this date. Format: YYYY-MM-DD
Only return payments that are created before this date. Format: YYYY-MM-DD
Field used to sort payments.
Direction for sorting payments.
Headers
Optional. Narrows the results to a single distribution account. Omit it to cover every account you have access to.
Response
CSV file of payments
Changes
Changed in 3 of the 12 revisions of this API.45
- ○
added the new optional
headerrequest parameterX-Wallet-Idnew-optional-request-parameter
- ○
- ▲
for the
queryrequest parameterdirection, default value was changed fromasctodescrequest-parameter-default-value-changed
- ▲
for the
queryrequest parametersort, default value was changed fromcreated_attoupdated_atrequest-parameter-default-value-changed
- ▲
removed the media type
*/*for the response with the status401response-media-type-removed
- ▲
removed the media type
*/*for the response with the status403response-media-type-removed
- ○
added the new optional
queryrequest parameterqnew-optional-request-parameter
- ○
added the new optional
queryrequest parametertypenew-optional-request-parameter
- ○
added the new enum value
updated_atto thequeryrequest parametersortrequest-parameter-enum-value-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○