#abhishek_sharma-billing-details
1 messages · Page 1 of 1 (latest)
You'd use billing_details when confirming the Payment Intent: https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
Thanks this will help for payment intents, but we also charging using charge api, how can we pass data for that
It'd be stored on the Payment Method you're using
So you'd do that when creating that object, not the Charge
Thanks, but i am using this api - https://stripe.com/docs/api/charges/create , and passing stripePlaidToken in the source field, so not creating any payment method object. Is there a way to pass details in this case?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.