cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/billing-accounts/{id}/transactions \ --header 'Authorization: <api-key>'
{ "hasMore": true, "transactions": [ { "amount": { "value": "<string>" }, "createTime": "2023-11-07T05:31:56Z", "description": "<string>", "id": "<string>", "lastPaymentError": { "code": "<string>", "declineCode": "<string>" }, "latestCharge": { "amount": { "value": "<string>" }, "createTime": "2023-11-07T05:31:56Z", "failureCode": "<string>", "paid": true, "refunded": true, "status": "<string>" }, "status": "<string>", "succeeded": true } ] }
Lists transactions for a billing account.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
Was this page helpful?