#31palms-Checkout
1 messages · Page 1 of 1 (latest)
Hello, I am not familiar with WooCommerce, but how did you create the Checkout Session? A sample request id?
This is what it looks like. This is for TWO products
no product names
the only plugin that will do it seems to be the one by WebToffee. Nothing else lets you use the stripe checkout that is required for chargeback protection
but it doesnt look the best
yes, its a plugin called Stripe Checkout
It has some interface?
I know how to do it via API, and I believe they use our API under the hood. I just don't know how they implemented it.
You could reach out to them, asking where you can add a product name, as it's available via Stripe API here: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data-product_data-name
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
its this plugin
They seems haven't supported the detail level you want as far as I can see
ok, so there is no way to integrate stripe checkout into woo commerce other than this plugin, so that's about as good as you'll get if you want chargeback protection?
You can ... don't use the plugin and build an integration with Stripe yourself, if you have dev experience and have control over your server
ok, and if I had a developer do this, it would still work for the chargeback protection that requires stripe checkout?
I think so, yes, as far as you use Stripe Checkout.
But could you elaborate more on chargeback protection? Which document are you following?
It says you can only use the Stripe Checkout gateway to qualify and nothing else
so you could build a customized one, and it would still qualify?
customized integration, but still need to use Stripe Checkout
ok, I will relay this to the developer i work with, thank you so much!