#dcx-ng_code
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/1310898250529640509
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! what 'worksheet' are you referring to this where you're seeing that message?
Alex returns the next morning requesting 12 tickets. He authorizes you to charge him for the order.
Create a PaymentIntent to charge Alex 64 USD. Paste the PaymentIntent ID below.
hmm never seen this before! anyway, you would want to read https://docs.stripe.com/payments/save-during-payment?platform=web&ui=elements#create-the-paymentintent , that explains what you're missing.
i have run these
stripe customers create --name "Alex" --email "alex@example.com"
stripe setup_intents create --description="(created by Stripe Shell)" --customer="cus_RHkGLpYVKrKq4O" -d "automatic_payment_methods[enabled]=true" -d "automatic_payment_methods[allow_redirects]=never"
stripe setup_intents update seti_1QPAmvEiRMIWIJsTkgieqibe --customer="cus_RHkGLpYVKrKq4O" --payment-method="pm_card_visa"
stripe setup_intents confirm seti_1QPAmvEiRMIWIJsTkgieqibe --payment-method pm_1QPAoQEiRMIWIJsTmwG0SeTc
hmm i looks like what i have done already
not sure, I don't know what these worksheets are or what they expect overall, I'm sorry.