#louieip
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) of the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_sFnwKnSY2L538y?t=1687318707
Sorry I want to correct myself.
The error appears when I tried to /confirm the paymentintent
In the payment method creation of au_becs_debit, the mandate isn't collected: https://dashboard.stripe.com/test/logs/req_EKAIFXzCmR3GIi
A mandate can only be created with Setup Intent or Payment Intent. You should use Setup Intent with mandate_data to create a Payment Method instead of using Payment Method API: https://stripe.com/docs/api/setup_intents/create#create_setup_intent-mandate_data
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sorry but can you give me a example on how to perform this action ?
Let's say what do I need to provide in the creation of setupintent?
Here is the step-by-step guide you would want to follow: https://stripe.com/docs/payments/au-becs-debit/set-up-payment
Can the confirmAUBecsDebitSetup action be performed at the backend/Stripe API ?