You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some payments fail, so they show up as "Authorized" or "Created". Payments should not remain in these statuses. Sometimes these payments may have actually succeeded in the gateway.
There are a few ways to clean these up:
Administrators should be able to run the 'completePayment' function so to do a lookup that either voids the payment, or completes it.
Completing payments is possible with 2.0 and the omnipay-ui module
Deleting pending payments upon re-attempting is a tricky one… especially with gateways that use async notifications to notify of payment completion. Maybe better not do that…
Some payments fail, so they show up as "Authorized" or "Created". Payments should not remain in these statuses. Sometimes these payments may have actually succeeded in the gateway.
There are a few ways to clean these up:
Payable
object, it could check if incomplete payments were successful.The text was updated successfully, but these errors were encountered: