#undefined
1 messages ยท Page 1 of 1 (latest)
There aren't any line items of price on a payment method. Can you elaborate/clarify a bit more about what you're asking?
Sure, I would like to see if it's possible to only charge the fees (surcharge) from the IDEAL payment method to our customers.
And not other payment methods, such as credit cards etc
If not possible: Perhaps I could direct them to another checkout session with a specific set of payment methods? (Excluding one for example)
Ahhhh, okay. So Checkout isn't configurable to that degree unfortunately. The alternative you mentioned, however, could work. You would need to know what they want to pay with before you create the Checkout Session, though.
You would just create the Session and explicitely set the relevant payment_method_types: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah that should be fine! Cool thanks for your help ๐