https://dashboard.primer.io/payments/<YOUR_PAYMENT_ID>
Detailed payments timeline
Timeline event summary example
Filters example
GET list payments
request to retrieve a list of payments.
Filter your payments on as many conditions as you’d like and separate multiple query parameters with the &
symbol.
Results are paginated and will return up to 100 payments in a single call. To access the next page of results, set the cursor
parameter to the value of nextCursor
from the last result payload.
This endpoint returns a list of summarized payment objects i.e. not the full payment object outputted in the GET
call when retrieving a specific payment.
Here is an example response: