Credit Entitlements
Ledger-Eintrag erstellen
Erstellt einen Ledger-Eintrag, um das Guthaben eines Kunden zu belasten oder gutzuschreiben
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
Use this file to discover all available pages before exploring further.
Autorisierungen
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Pfadparameter
Credit Entitlement ID
Customer ID
Body
application/json
Request to create a ledger entry (credit or debit)
Amount to credit or debit
Entry type: credit or debit
Verfügbare Optionen:
credit, debit Expiration for credited amount (only for credit type)
Idempotency key to prevent duplicate entries
Optional metadata (max 50 key-value pairs, key max 40 chars, value max 500 chars)
Human-readable reason for the entry
Antwort
Ledger entry created successfully
Response for creating a ledger entry
Verfügbare Optionen:
credit, debit Last modified on March 2, 2026
JavaScript