List User Payment Histories
Lists online invoice payment history for the authenticated customer.
Query filters: `page`, `limit`, `sortBy`, `sortOrder`, `all`, `invoice`, `currency`, `status`, date range.
Response fields: `data[]`, `pagination`. Payment history fields: `invoice`, `customer`, `amount`, `status` (-1 failed, 0 pending, 1 success, 2 as supported by wallet service), `onlinePaymentMethod`, `cloneId`, `extraInfo`, `currency`, timestamps.
Possible errors:
- 400: Missing One or More Required Parameters - required body/query fields were not supplied.
- 401: Unauthorized - token is missing, expired, invalid, or the account/token pair was not found.
- 403: Access denied - gateway traffic guard/rate policy blocked the request.
- 429: Too many requests - gateway rate limit exceeded.
- 500: Unexpected Error - unhandled gateway or downstream service failure.
Query parameters
page
Query parameter supported by the gateway/downstream service.
limit
Query parameter supported by the gateway/downstream service.
sortBy
Query parameter supported by the gateway/downstream service.
sortOrder
Query parameter supported by the gateway/downstream service.
Response
OK
key_0
key_1
key_2
key_3
key_4
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error