Skip to main content

Idempotency

Events are idempotent on transaction_id. Sending the same transaction twice records one event, so a retried request never double-bills. When you omit --transaction-id, the CLI generates one and reuses it as the request’s idempotency key. Bulk sends do the same per line.

send

estimate-fees

Answers “what would this event cost” for pay-in-advance charges. Nothing is recorded, nothing is invoiced.