Webhook Events
The following events in the Alternate Payments API can trigger webhooks.
Event Type | Description |
---|---|
AP_PAYMENT_PROCESSING | Alternate Payments authorization was requested but is still to be accessed by the downstream provider. |
AP_PAYMENT_COMPLETED | Alternate Payments authorization completed successfully. |
AP_PAYMENT_FAILED | Alternate Payments authorization was declined or rejected. |
AP_PAYMENT_CANCELLED | Alternate Payments authorization was canceled. This is usually the result of a voidauth request. |
AP_PAYMENT_ERRORED | Alternate Payments authorization has failed due to an error. |
AP_PAYMENT_EXPIRED | Alternate Payments authorization has expired. |
AP_REFUND_PROCESSING | Alternate Payments refund request was received and is in progress. |
AP_REFUND_PENDING | Alternate Payments refund is pending batch processing. |
AP_REFUND_COMPLETED | Alternate Payments refund completed successfully. |
AP_REFUND_ERRORED | Alternate Payments refund has failed due to an error. |
AP_REFUND_CANCELLED | Alternate Payments refund was canceled. |
AP_REFUND_FAILED | Alternate Payments refund was declined or rejected. |
AP_REFUND_EXPIRED | Alternate Payments refund request has expired. |
AP_RETURN_COMPLETED | The downstream provider has notified of a credit loss. |
AP_RETURN_REVERSAL_COMPLETED | The downstream provider has notified of a late credit and is reversing a previous credit loss. |
AP_SETTLEMENT_PROCESSING | Alternate Payments settlement request was received and is in progress. |
AP_SETTLEMENT_COMPLETED | Alternate Payments settlement completed successfully. |
AP_SETTLEMENT_EXPIRED | Alternate Payments settlement has expired. This typically occurs only with a settle with auth request where and the auth was never completed (e.g., abandoned by user). |
AP_SETTLEMENT_FAILED | Alternate Payments settlement was declined or rejected. |
AP_SETTLEMENT_CANCELLED | Alternate Payments settlement was canceled. |
AP_SETTLEMENT_ERRORED | Alternate Payments settlement has failed due to an error. |
AP_VOIDAUTH_COMPLETED | Alternate Payments voidauth completed successfully. |
AP_VOIDAUTH_ERRORED | Alternate Payments voidauth has failed due to an error. |
AP_VOIDAUTH_FAILED | Alternate Payments voidauth was declined or rejected. |
Was this page helpful?
On this Page