Using Stripe with Vendr Checkout Package not working
So I have the Vendr Checkout package installed, and tried for a while to install the stripe checkout package aswell. It works fine if I dont write anything in the Billing Address Property Alias, as seen on the picture.
However, if I want to use Stripe's Radar function, for fraud prevention, I need to pass it the property Alias for Billing address and the likes. However, Since I am using the Vendr checkout Package, I am not completely sure what the Property Aliases are... I have tried reading the source code of the Checkout package to no avail.
Hi Matt,
Thanks for the quick reply.
I am almost positive that I have tried using the property aliases which can be seen in your link.
However it worked now, so thank you very much!
PS I've also raised an issue on our docs repository to remind me to write some docs for the Vendr.Checkout package so that we document the properties used such that these can be referenced more easily than having to dig through the code
Using Stripe with Vendr Checkout Package not working
So I have the Vendr Checkout package installed, and tried for a while to install the stripe checkout package aswell. It works fine if I dont write anything in the Billing Address Property Alias, as seen on the picture. However, if I want to use Stripe's Radar function, for fraud prevention, I need to pass it the property Alias for Billing address and the likes. However, Since I am using the Vendr checkout Package, I am not completely sure what the Property Aliases are... I have tried reading the source code of the Checkout package to no avail.
Hi Victor
You can see all the property aliases for the billing / shipping fields here https://github.com/vendrhub/vendr-checkout/blob/dev/src/Vendr.Checkout/Web/Controllers/VendrCheckoutSurfaceController.cs#L93-L116
What values have you tried?
/Matt
Hi Matt, Thanks for the quick reply. I am almost positive that I have tried using the property aliases which can be seen in your link. However it worked now, so thank you very much!
No problem at all. Glad you got it working
/Matt
PS I've also raised an issue on our docs repository to remind me to write some docs for the Vendr.Checkout package so that we document the properties used such that these can be referenced more easily than having to dig through the code
https://github.com/vendrhub/vendr-documentation/issues/46
Thanks for reporting
/Matt
is working on a reply...