#xlex - Payment Intents
1 messages · Page 1 of 1 (latest)
Hello! Billing details like that are typically stored on the Payment Method objects, which has a separate API: https://stripe.com/docs/api/payment_methods
You're correct that the test Payment Method objects do no have billing details. You would need to create your own in test mode that have them.
Ah... and then I just create my custom payment methods with test card numbers like 4242.... to control the responses?
Yep!
Sweet, easy enough. Thank you 🙂