Payin Status specific events
These are the events created and triggered when the status of the payin changes.| Event | Description | Default (on/off) |
|---|---|---|
| payin.requires_payment_method | Triggers when the status is requires_payment_method | On |
| payin.requires_action | Triggers when the status is requires_action | On |
| payin.processing | Triggers when the status is processing | On |
| payin.succeeded | Triggers when the status is succeeded | On |
| payin.cancelled | Triggers when the payin is cancelled | Off |
payin.requires_payment_method
JSON
payin.requires_action
JSON
payin.processing
JSON
payin.succeeded
JSON
payin.cancelled
JSON
Payment_Attempt Specific Events:
These events are created and triggered when something of interest happens for a payment attempt.| Event | Description | Default (on/off) |
|---|---|---|
| payment_attempt.failed | When a payment_attempt fails | On |
| payment_attempt.succeeded | When the payment_attempt succeeds | Off |
payment_attempt.failed
JSON
payment_attempt.succeeded
JSON
Other Events:
| Event | Description | Default (on/off) |
|---|---|---|
| payin.created | A payin is created | Off |
payin.created
JSON
