List payments for an order

Returns one order's payments, newest first, one page at a time. Refunds, captures, reversals and declined attempts are included, each in its own row.

  • Rows are the same as in List payments. To filter one order's payments, use List payments with uid.
  • Page size is 20 by default, up to 100.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
≥ 1

Your merchant profile ID. Required in every request.

Find it in the BillPro dashboard address, after /profiles/. For example, in /profiles/1234/orders the profile ID is 1234.

string
required

ID of the order.

Query Params
integer
Defaults to 1

Page number, starting at 1. A page past the last one returns 404, so stop when next_page is null. Send a positive whole number: 0, negative or non-numeric values return 500.

integer
≤ 100
Defaults to 20

Payments per page. Default 20. Values above 100 are reduced to 100. Other invalid values use 20.

Responses

Language
Credentials
Bearer
API token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json