#shwallie
1 messages · Page 1 of 1 (latest)
hello! give me a while to go through what you wrote, i'll get back to you
it looks good to me
Thanks - is it appropriate to use the pyament method's "billing_details.address" values to set address information of a customer? We don't explicitly collect that information from the customer (we don't care where they live except for tax & localization purposes)
this might help : https://stripe.com/docs/tax/customer-locations
Kk, thanks
Is there a way for the createPaymentMethod call from the client to validate payment (eg: throw an error for insufficient funds)? I ran a test and the payment method didn't raise an error until I tried to link it to the customer in the backend
no, there's no way. If you want to do that, you should really just be attempting payment