#Mehdei-express-support
1 messages · Page 1 of 1 (latest)
I'm the Platform account here, and i'm integrating my system with stripe
and how are you integrating, like which Stripe products?
I've some customers need to pay for my Platform account, and some customers are an express "via stripe connect" they need to get payed from there customers
I don't understand what exactly you have meant with "how are you integrating" .. I'm do the integration via Stripe.net package
I meant, what Stripe products are you using? Checkout? PaymentIntents? Elements? Mobile SDKs?
like how far are you integrated with that
I'm already start .. I was checking the documentation and do some tests .. as far as i see, I have to add price and quantity for the payment to charge the customer, but what I want to do is charge the customer with an amount and I'll build a custome checkout page to allow the customer to pay
I'll build a custome checkout page to allow the customer to pay
you use PaymentElement + PaymentIntents, which allow you to pass an amount parameter, no Price or Product needed: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
thank you so much