#Hetvi
1 messages · Page 1 of 1 (latest)
Can you share the ID of the Payment Intent you're using? pi_xxx
Haven't made any changes for it in the code
Your integration must be creating a Payment Intent for the UI to be rendered. This part of the sample you shared: https://github.com/stripe-samples/accept-a-payment/blob/e2b8e089fbcefb5751b07436953c6ac91c1a340b/payment-element/server/dotnet/Program.cs#L45-L66
Also worth noting that ACH Direct Debit has a strict set of requirements (e.g. only works for USD payments)
The sample code you shared (if unchanged) creates a EUR payment, which may be the issue