Billing agreement status updated
Webhook notification sent when a billing agreement's status changes
Payload
The payload of this webhook request is an object.
agreementToken
Token identifying the billing agreement
status
Current status of the agreement
Allowed values:
reasons
List of reasons for the status update such as {PAYMENT_METHOD_EXPIRED, PENDING_RENEWAL, ACCOUNT_DEACTIVATED, USER_CANCELLED}
dateTime
Timestamp of the status update
message
Optional message providing additional context
Response
200
any
Return a 200 status to indicate that the data was received successfully.