#Monika - billing details on Payment Method

1 messages · Page 1 of 1 (latest)

dry yarrow
#

Hi! Let's chat here

#

adding this from the main thread:

is there a code for a widget or something

stiff violet
#

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

dry yarrow
#

I'm not sure if this is possible. Currently checking in with a colleague

tawdry valley
#

Hello 👋 Stepping in here
Are you using React Native?

stiff violet
#

Hi no were not

tawdry valley
#

So using native iOS and android SDKs?

stiff violet
#

yes its gonna be seperate

tawdry valley
#

I don't think PaymentSheet supports collecting billing address

stiff violet
#

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

tawdry valley
#

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?

stiff violet
#

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

tawdry valley
#

it lets you save a customer’s card without an initial payment

stiff violet
#

oh ok awesome! so after they fill this out they're gonna be shown as a customer on my dashboard?

tawdry valley
#

Based on the guide it will ask you to create a new customer using the API so yes they should show up.

stiff violet
#

ok thank you so much for your help

tawdry valley
#

I'd highly recommend reading through the material I sent