#f3ax_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1316473650488148008
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, it appears that Zapier owns that integration. You would need to reach out to them directly, https://help.zapier.com/hc/en-us/articles/8496161863693-How-to-get-started-with-Stripe-on-Zapier to get help here. We're here to help with your code when you directly integrate with Stripe.
Okay can you look at the request let me know if you see anything wrong in that?
Because I am not sure if this is a Zapier problem, this is still a direct stripe integration and I am making a normal request to the API, and it used to work okay, was there any recent updates or something?
Hello
Can you share the request ID?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Have you checked if the customer has any associated payment methods?
I don't see any attached PaymentMethods for this customer
Can you share it in text?
pm_1QUHO7K8dZuyTTEKefDwAknY
hmm I see what you are saying about no attached PaymentMethod
Yup, I think this PaymentMethod was used at some point but wasn't really attached to the customer
so the API wouldn't really return it
The $50 charge has a PM but the customer not?
When the charge was made, was the request configured to set up the payment method for future use?
Yeah it always is
pi_3QUHO9K8dZuyTTEK1utQyIHn
Thanks
I don't see a setup_future_usage parameter in the request - https://dashboard.stripe.com/logs/req_ntIbBQVtutYSMk
Okay so I have two options in my form, "Authorize payment for future capture" and Attach payment method to customer
which one enables setup future usage
that should be attach payment method to customer right?
and one more thing please, if I use the same pm_ ID that was attached previously would it work to run this situation?
If your request sends setup_future_usage parameter then yeah, the payment method should get attached..
Since the payment method was already consumed once, you can't save it again. You'd need to recollect it from the customer
Okay, thank you so much you were a big help.