#NewtReyes
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Hi, @radiant tartan
Not sure why the bot didn't copy the message in the thread so
Is there any way to set the billing details for a Payment Method when creating a SetupIntent that will be used for collecting the information for a Credit Card?
IIRC Billing details are stored on the payment method and not on the SetupIntent itself
So don't think you can prefill it server-side
without providing an existing PaymentMethod
Mmmmm
I thought this could be used
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But it tells me that I need to set payment_method_data[type].
:/
How exactly are you setting it?
Do you have a request ID I can take a look at?
req_His5rSixsrmN74
Yeah the endpoint also expects you to pass a type property too
So yeah, don't think it would work unless you're generating payment methods server-side
Got you
NP! ๐ Happy to help
As it is right now, I am using the Stripe Terminal SDK for Android to collect a Payment Method using a Setup Intent. Is there any way to set the Billing Details for the Payment Method by means of the Stripe Terminal SDK?
Or do I have to update the Billing Details by means of the API after the Payment Method is created?