Skip to main content
WEBHOOK
automatic_recharge.operation.attempted
{ "type": "automatic_recharge.operation.attempted", "configId": "config-uuid-123", "grantId": "grant-uuid-456", "customerId": "customer-demo-01", "currencyId": "tokens", "amount": 55, "status": "SUCCESS" }

Body

application/json

Base payload for automatic recharge operation attempts.

type
string
required

Event type discriminator.

Allowed value: "automatic_recharge.operation.attempted"
configId
string
required

Identifier of the auto-recharge configuration that triggered the operation.

grantId
string
required

Identifier of the credits grant created/used by the recharge (when applicable).

customerId
string
required

External/customer-facing identifier.

currencyId
string
required

Currency/credit type identifier.

status
string
required

Outcome of the attempted operation.

Allowed value: "SUCCESS"
amount
number
required

Amount that was recharged.