Get customer credit ledger
orb_get_customer_credits_ledgerGet the append-only credit ledger for a customer. Orb API: GET /customers/{customer_id}/credits/ledger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (1–100, default 20). | |
| cursor | No | Opaque pagination cursor (from pagination_metadata.next_cursor). | |
| currency | No | Filter to a single currency. | |
| entry_type | No | Filter to a ledger entry type (e.g. increment, decrement, expiration_change). | |
| customer_id | Yes | Orb customer id. |