#Hetvi

1 messages · Page 1 of 1 (latest)

eternal lagoonBOT
spiral kite
#

Can you share the ID of the Payment Intent you're using? pi_xxx

elfin egret
#

Haven't made any changes for it in the code

spiral kite
#

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

GitHub

Learn how to accept a payment from customers around the world with a variety of payment methods. - accept-a-payment/Program.cs at e2b8e089fbcefb5751b07436953c6ac91c1a340b · stripe-samples/accept-a-...

#

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