Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gordon Saxby 1461 posts 1883 karma points
    Mar 24, 2023 @ 16:13
    Gordon Saxby
    0

    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.

  • Matt Brailsford 4125 posts 22223 karma points MVP 9x c-trib
    Mar 24, 2023 @ 16:32
    Matt Brailsford
    0

    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

  • Gordon Saxby 1461 posts 1883 karma points
    Mar 24, 2023 @ 16:37
    Gordon Saxby
    0

    OK, thanks for the confirmation.

Please Sign in or register to post replies

Write your reply to:

Draft