#Akii
1 messages · Page 1 of 1 (latest)
hello! are these what you're looking for?
https://stripe.com/docs/api/products/create
https://stripe.com/docs/api/prices/create
Is this possible to be implemented using JS code?
yes, the JS code samples are in the documentation
oh found it. Can I also ask how is the charges being applied to the stripe checkout transaction?
sorry, i didn't quite understand what you meant by how is the charges being applied to the stripe checkout transaction - do you mean how much are the Stripe fees for Stripe Checkout transactions?
yes correct. More like a credit card fee
you can take a look at the pricing here : https://stripe.com/pricing
We charge based on the payment method, not if you're using e.g. Checkout / Payment Element
Thank you will check this one out
does the charge differ for every type of card or will it be the same for all credit card payment method?