-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] describe actual state of async payment flow #1478
Comments
issues found:
|
Push it :) |
Failed payment scenario for async flowMissing details what went wrong Solutions
Those two goals can be supported by extending the docs here: https://developer.shopware.com/docs/v6.7/guides/plugins/plugins/checkout/payment/add-payment-plugin.html Async payment flow in generalMissing route to finalize-payment in store-api scopenot really headless, API should also keep one route for default storefront exposed Solutionadd new endpoint (🛠️backend) can also works like double opt-in solution for registration - user is being redirected to the client app with set of hashes and tokens to be used by api-client to inform the backend Not intuitive flow to re-pay for an orderSolution
like having new endpoint to initiate the payment again -> under the hood it closes the last transaction and does what handle payment do: /order/{id}/handle-payment or the existing one
|
Description
Use Case
Proposed Solution
No response
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: