cURL
curl --request GET \ --url {schemes}://api.upsun.com/organizations/{organization_id}/prepayment/transactions \ --header 'Authorization: Bearer <token>'
{ "count": 123, "transactions": [ { "order_id": "<string>", "message": "<string>", "status": "<string>", "amount": { "formatted": "<string>", "amount": 123, "currency_code": "<string>", "currency_symbol": "<string>" }, "created": "<string>", "updated": "<string>", "expire_date": "<string>" } ], "_links": { "self": { "href": "<string>" }, "previous": { "href": "<string>" }, "next": { "href": "<string>" }, "prepayment": { "href": "<string>" } } }
Retrieves a list of prepayment transactions for the specified organization, if applicable.
The ID of the organization.
OK
Total number of items across pages.
Show child attributes