#dcx-ng_code

1 messages ¡ Page 1 of 1 (latest)

swift slateBOT
#

👋 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.

slim ingot
#

hi! what 'worksheet' are you referring to this where you're seeing that message?

topaz kite
#

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.

slim ingot
topaz kite
#

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

topaz kite
#

hmm i looks like what i have done already

slim ingot
#

not sure, I don't know what these worksheets are or what they expect overall, I'm sorry.