Umbraco Commerce Checkount: Payment: Value cannot ...
# help-with-umbraco
b
I have set up Umbraco.Commerce.Checkout, without any actual payment methods. In the first picture attached, it can be seen that I reach the "Review" step, but the second picture for the "Payment" step, throws an error (though the order is actually created as "Authorized"). When I look in the Settings for the node "Checkout > Process Payment" the "Step Type" is set to
Payment
, which is one of the valid options in the dropdown. https://cdn.discordapp.com/attachments/1308429926151749732/1308429926369726494/image.webp?ex=673de9d3&is=673c9853&hm=6b002a19ed0fa132be3405371af9bb555d48d73879c4c9d9c28b17a5973500d1& https://cdn.discordapp.com/attachments/1308429926151749732/1308429927753715815/image.png?ex=673de9d4&is=673c9854&hm=6eaa006c437d587cc4b068dda36ed17409be87ceb68e39f99b0a83ec5fd4123c&
d
what did you mean when you said "without any actual methods"? Are you using the "Invoicing" payment method? Anyway, the exception in the 2nd image means your payment provider is lacking the Continue Url, which is one of the built in payment method of commerce. If you goes to your store settings and look for Payment methods > Invoicing, you should see a property called Continue URL which is used when the payment is completed successfully. The configs for "invoicing" payment provider and other providers can be found here: https://docs.umbraco.com/umbraco-commerce-payment-providers/invoicing/configuring-umbraco https://cdn.discordapp.com/attachments/1308429926151749732/1308436377796350164/image.png?ex=673defd6&is=673c9e56&hm=8ca0f5ce021c77f45da31605bdb1f1173e1751120fd8da9b5d3c23803884294f&
b
Thank you very much! @dinh tran, me and another person has been having trouble with this for many hours.
Should it link to
/checkout/process-payment/
or
/checkout/order-confirmation/
?
I set it to
/checkout/order-confirmation/
which is currently what I'm going for. As this is just a test project, without "actual" payment providers. Thank you for the help!
d
it doesn't matter where it's pointed to. It's just a page where checkout package redirects your buyer to after they finish the payment. You can link it to your home page or a thank you page for example.
2 Views