#dev_webhooks
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/1300346601361113120
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
here is our reference code
anyone can you please help us to resolve this point? Thanks
What's the paymentIntent ID?
payment id> pi_3QDh3dRoimJG5tQt0xVZxsDQ
{
"id": "pi_3QDh3dRoimJG5tQt0xVZxsDQ",
"object": "payment_intent",
"last_payment_error": null,
"livemode": false,
"next_action": null,
"status": "canceled",
"amount": 5600,
"amount_capturable": 0,
"amount_details": {
"tip": {
}
},
"amount_received": 0,
"application": null,
"application_fee_amount": null,
"automatic_payment_methods": null,
"canceled_at": 1729920723,
"cancellation_reason": "void_invoice",
"capture_method": "automatic",
"client_secret": "pi_3QDh3dRoimJG5tQt0xVZxsDQ_secret_SgTSJ9frKFRz5lCN4yae2lLBs",
"confirmation_method": "automatic",
"created": 1729837897,
"currency": "aud",
"customer": "cus_R5cVri092wcwO4",
"description": "Subscription creation",
"invoice": "in_1QDh3dRoimJG5tQtQ25sCiHe",
"latest_charge": null,
"metadata": {
},
"on_behalf_of": null,
"payment_method": "pm_1QDh3aRoimJG5tQtNh2F72Yn",
"payment_method_configuration_details": null,
"payment_method_options": {
"au_becs_debit": {
},
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
},
"link": {
"persistent_token": null
}
},
"payment_method_types": [
"au_becs_debit",
"card",
"link"
],
"processing": null,
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"transfer_data": null,
"transfer_group": null
}
I don't see any requests to confirm this payment intent
What's the ID of payment that you created explicitly?
$paymentIntent = \Stripe\PaymentIntent::create([
Ok, I know the problem. The mandate that you collected for this payment method is for single_use, and that's why the payment failed when you use the same payment metho to pay the invoice