Review Payments
<Warning>
**Deprecated**: This endpoint is deprecated. Please use [List Payments](/api-reference/customers/api-integration/payments/list-payments) (v3) instead.
</Warning>
Review all your Payments.
**Authentication:** [Bearer token required](/api-guide/getting-started/authentication#oauth-20-authentication)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
customer_id
Unique Customer Identifier
Query parameters
page
For queries that return arrays of data. Including this optional query parameter causes the set of results to be paginated by this number of pages.
limit
For queries that return arrays of data. Adding this optional query parameter causes the set of results to be split into pages of this size. Default is 50.
currency
Adding this optional parameter will retrieve only payments including this buy currency.
from
Adding this optional query parameter will retrieve only payments made after or on this date.
to
Adding this optional query parameter will retrieve only payments made before or on this date.
paymentstatus
Adding this optional query parameter will retrieve only payments having this status.
Allowed values:
Response
Ok. The response will contain a list of Payment Instructions.
payments
Array of Payment instructions.
meta_data
Container for metadata.