#puzzle_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/1266190065596502127
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
i didn't mean to submit, tried to hit enter + shift but i guess that still submits
this is my requests
req_cp6NyFV3A9C5A3
req_akaQ5D0yhcBHvb
req_PLRaTCXAaPB8l1
req_p4wwzcQTM8oZP2
What have you already attempted?
I've only tried using cashapp with setup intent, haven't tried card with setup intent, to see if that works, but the problem is just I get a 400 error "The customer does not have a payment method with the ID pm_1PgbgWG4hLfGj6NoVY2zjmqu. The payment method must be attached to the customer.", even tho i was redirected to return_url with redirect_status as succeeded
I'm just trying to figure out the flow pretty much, I'll see if the card doesn't give me a 400 when trying to make subscription
Looking into this now
In https://dashboard.stripe.com/test/logs/req_PLRaTCXAaPB8l1, the payment method ID created was pm_1PgbgWG4hLfGj6NoWQOox6Vr from Setup Intent. The payment method ID should be used from the confirm request.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ohhh, thank you for catching that! It does work now :)