#Monika - billing details on Payment Method
1 messages · Page 1 of 1 (latest)
Hi! Let's chat here
adding this from the main thread:
is there a code for a widget or something
Yea im trying to do metered billing and I need my customers card info without having to collect it on my own, I just want them to go straight through stripe
I'm not sure if this is possible. Currently checking in with a colleague
Hello 👋 Stepping in here
Are you using React Native?
Hi no were not
So using native iOS and android SDKs?
yes its gonna be seperate
I don't think PaymentSheet supports collecting billing address
ok so without the billing address, will it be able to collect their card info, I just need a way to put them on a metered billing so I can use API's so automate the rest
Can you describe a little bit more about your flow?
Are you trying to charge the customers or just trying to save their payment methods?
Yea so I made products on Stripe, and whenever an action is triggered on my app I need it to charge the customer on the payment on file with a metered billing so itll charge at the end of the period. I just want to make it so that when the customer is initially signing up they can add their own payment method on their own through Stripe, I dont want to go through the regulation stuff so I just want Stripe to handle their sensitive info
oh okay, you can use SetupIntents API with PaymentSheet
iOS: https://stripe.com/docs/payments/save-and-reuse?platform=ios&ui=payment-sheet
Android: https://stripe.com/docs/payments/save-and-reuse?platform=android&ui=payment-sheet
it lets you save a customer’s card without an initial payment
oh ok awesome! so after they fill this out they're gonna be shown as a customer on my dashboard?
Based on the guide it will ask you to create a new customer using the API so yes they should show up.
ok thank you so much for your help
I'd highly recommend reading through the material I sent