#Austin_Rowe
1 messages · Page 1 of 1 (latest)
You can pass it on any request involving the setup intent api (create, update, get, etc)
for node it's a request parameter that takes an array of strings:
expand: ['payment_method']
See the docs with more complex example here: https://stripe.com/docs/expand
Amazing, this will be a great solution for associating a user with a newly created payment method 🙂