Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Can we send details about the items being purchased, so that they display on the Stripe payment page?
Currently, we just see the order number and the total amount.
Not currently.
IIRC Stripe didn’t (I don’t know if they do now) support discounts / gift card reductions in the same way so it wasn’t always possible to map an order across so we went with the simplicity of just sending the final order total to be paid.
You could always take the source code from our repository and try adding them https://github.com/vendrhub/vendr-payment-provider-stripe
Maybe also take a look at the Mollie code which does send order lines so you can see what is required https://github.com/vendrhub/vendr-payment-provider-mollie
OK, thanks for the confirmation.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Pass order item details to Stripe
Can we send details about the items being purchased, so that they display on the Stripe payment page?
Currently, we just see the order number and the total amount.
Not currently.
IIRC Stripe didn’t (I don’t know if they do now) support discounts / gift card reductions in the same way so it wasn’t always possible to map an order across so we went with the simplicity of just sending the final order total to be paid.
You could always take the source code from our repository and try adding them https://github.com/vendrhub/vendr-payment-provider-stripe
Maybe also take a look at the Mollie code which does send order lines so you can see what is required https://github.com/vendrhub/vendr-payment-provider-mollie
OK, thanks for the confirmation.
is working on a reply...