List order billing events

Returns the order's payment timeline, oldest first. Each billing event is one row: a scheduled payment or a standalone payment.

  • Refunds, captures, reversals and chargebacks don't get their own row. They sit in related_transactions under the charge they belong to.
  • To act on a row, use its IDs. For a scheduled payment, send spid to the scheduled payment endpoints. To refund, capture or reverse, send the transaction's id to the Payments endpoints.
  • A draft order returns an empty list.
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

Billing events 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