#rjsanchez-discount-checkout

1 messages · Page 1 of 1 (latest)

karmic lodge
#

hello, what is a cash discount, just a reduction in the amount the end customer pays?

robust burrow
#

So essentially, a discount or reduction of price is provided to customers who purchase using cash rather than credit cards but in order to participate as a cash discount business, merchants must increase a price to all products purchased.

#

and if customer pays with credit card, the checkout fields should reflect the typical fields + a field named "cash discount" were it just reflects the % of that "fee" if you will

#

i.e.,

Cash discount % = 4%

On the checkout form:
Total order = 104.00
Cash discount = 4.00 (which is 4% cash discount)

#

Total minus Cash Discount = 100

#

so basically it's the ability to show those fields.

I'm more interested in knowing, if our website is collecting that information/that field, how can we best pass it to Stripe? i don't see that field anywhere where we can integrate it

#

and I learn in gohighlevel.com, which is a Clickfunnel type of provider, that they have a direct integration with Stripe where they can do Cash Discount with their clients and they pass these fields. I just don't know anyone there that wants to share this information

karmic lodge
#

yeah sorry, I'm still not fully clear. What does it mean to

how can we best pass it to Stripe?

do you need it on the Checkout page? Just as some metadata? like Stripe has no feature for Cash Discount, so I assume you're integrating to handle this discount yourself

robust burrow
#

when i say "how to pass it to Stripe", I mean, how should I integrate my system if I'm using direct integration opposed to inline

#

so I would need the checkout to basically show these fields on the image below:

#

I found that last image on Google but that's basically

lean pilot
#

👋 I'm hopping in since @karmic lodge had to head out - give me a minute to catch up

#

All of this depends on how you intend to integrate with Stripe - all of this will look different depending on whether you're using Checkout, Payment Element, etc.

lean pilot
#

@robust burrow Just wanted to check in and see if my last response made sense/if you had any other questions?

robust burrow
#

ok so I believe it's checkout

#

My team actually has merchants (our customers) that want us to integrate in both option

lean pilot
#

With Payment Element, it would be totally up to you to build your own UI that would display the card discount + fee

robust burrow
#

understood! thank you. I'll get with my dev team to go over this and return if there are any questions. Thank you karbi