Get Payments
Fetch a list payments. (Business Only)
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the invoice you want to filter based on.
The currency you want to filter based on.
Available options:
pending
, approved
, settled
, refunded
, cancelled
Example:
"approved"
Response
200
application/json
Successfully retrieved the list of payments.
The response is of type object
.