Authorize payment and redirect #484
Closed
bjarnef
announced in
Q&A [Archived]
Replies: 1 comment
-
@mattbrailsford do you know if the API support something like this scenario at the moment? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder if there's a way to authorize and redirect to payment method without
BeginPaymentFormAsync()
?https://docs.umbraco.com/umbraco-commerce/key-concepts/payment-forms
I a specific project migrated from UCommerce it has a single payment method set in checkout (no selection in UI) and the following:
I could find this:
https://our.umbraco.com/packages/website-utilities/vendr/vendr-support/102896-how-to-finalise-an-order
and tried
order.InitializeTransaction();
which return anOrder
enitity.Finalize()
seems to have changed since as atransactionId
need to be passed in.So if I set default payment method on country or via code, is there anyway to redirect directly without an additional step?
Beta Was this translation helpful? Give feedback.
All reactions