{
"type": "automatic_recharge.configuration.changed",
"configId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"customerId": "customer-test-id",
"currencyId": "tokens",
"isEnabled": false,
"reason": "Payment processing failed",
"changedBy": "SYSTEM"
}Credit auto recharge
Automatic recharge configuration changed
Fired when the auto-recharge configuration is updated (enabled/disabled by user or system).
changedBy values:
- USER — Configuration changed via UI/API
- SYSTEM — Automatically disabled due to payment failure or other system event
WEBHOOK
automatic_recharge.configuration.changed
{
"type": "automatic_recharge.configuration.changed",
"configId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"customerId": "customer-test-id",
"currencyId": "tokens",
"isEnabled": false,
"reason": "Payment processing failed",
"changedBy": "SYSTEM"
}Body
application/json
Emitted when the auto-recharge configuration is updated (enabled/disabled by user or system).
changedBy values:
- USER — Configuration changed via UI/API
- SYSTEM — Automatically disabled due to payment failure or other system event
Event type discriminator.
Allowed value:
"automatic_recharge.configuration.changed"Identifier of the auto-recharge configuration.
External/customer-facing identifier.
Currency/credit type identifier.
Whether auto-recharge is enabled after the change.
Human-readable reason for the change.
Actor that performed the change.
Available options:
USER, SYSTEM Related topics
OverviewGo SDKGet automatic recharge configurationCredits auto-recharge configurationAutomatic recharge operation attempted