- Retrieve transaction amounts allocations
Retrieve invoices
Create an invoice
Retrieve an invoice
Upsert an invoice
Retrieve invoice items
Create an invoice item
Retrieve an invoice item
Update an invoice item
Delete an invoice item
Issue an invoice
Abandon an invoice
Void an invoice
Recalculate an invoice
Reissue an invoice
Allocate customer credit balance to an invoice
Apply a transaction to an invoice
Invoice tax calculation failed
Invoice abandoned
Invoice created
Invoice issued
Invoice modified
Invoice paid
Invoice partially paid
Invoice refunded
Invoice partially refunded
Invoice past due
Invoice past due reminder
Invoice reissued
Invoice voided
Renewal invoice payment canceled
Renewal invoice payment declined
Retrieve transaction amou...
Retrieves amounts from a transaction that are allocated as invoice payments.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/invoices/{id}/transaction-allocations
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/invoices/{id}/transaction-allocations
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/invoices/{id}/transaction-allocations
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/invoices/{id}/transaction-allocations?limit=0&offset=0' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
[ { "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "amount": 0.1, "currency": "USD", "_links": [ … ] } ]