List payments

Lists payments for the authenticated organization, each joined with its transferExtension sidecar.

Authentication

x-api-keystring

A scoped MvsPayApiKey, e.g. mvspay_live_…. Mint and scope keys from the dashboard (Settings → API Keys).

Query parameters

limitintegerOptionalDefaults to 50
Max rows to return.
offsetintegerOptionalDefaults to 0
Rows to skip.
customer_idstringOptional
Filter to a single customer.

Response

A page of payments.
transferslist of objects
totalinteger
limitinteger
offsetinteger

Errors

401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
502
Bad Gateway Error