#bootta_docs

1 messages ยท Page 1 of 1 (latest)

white vineBOT
#

๐Ÿ‘‹ 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/1285540179423006730

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

bitter rock
#

๐Ÿ‘‹ how may I help?

white vineBOT
primal totem
#

im trying to finish worksheets on link posted above. But all payment intent task are failing to submit, they returns error.

keen crater
#

Hi, I don't know much about worksheets.
Are you attaching the Customer to the PaymentIntent at any point?

primal totem
#

yes, i attached customer to payment intent, but still it reporting error

keen crater
#

Could you please paste the PI here?

primal totem
#

{
"id": "pi_3PzuqyDYp6crPx8i0AKGZg44",
"object": "payment_intent",
"amount": 7200,
"amount_capturable": 0,
"amount_details": {
"tip": {}
},
"amount_received": 7200,
"application": null,
"application_fee_amount": null,
"automatic_payment_methods": {
"allow_redirects": "always",
"enabled": true
},
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic_async",
"client_secret": "pi_3PzuqyDYp6crPx8i0AKGZg44_secret_MKBe8StriTGY6LR1aCNya8qWZ",
"confirmation_method": "automatic",
"created": 1726554336,
"currency": "usd",
"customer": "cus_QrUBSwDtE7GAT5",
"description": null,
"invoice": null,
"last_payment_error": null,
"latest_charge": "ch_3PzuqyDYp6crPx8i07RhFUJ0",
"livemode": false,
"metadata": {},
"next_action": null,
"on_behalf_of": null,
"payment_method": "pm_1PzsvqDYp6crPx8i8Fi2FqK6",
"payment_method_configuration_details": null,
"payment_method_options": {
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"processing": null,
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "succeeded",
"transfer_data": null,
"transfer_group": null
}

keen crater
# primal totem

Hmm, weird. Could you please make a screenshot of the whole task and share it?

primal totem
#

same problem is on 5th task in Core Payment APIs

keen crater
primal totem