#altairsama69
1 messages · Page 1 of 1 (latest)
Hi there, I don't think bank wire is payment method that Stripe support. Do you mean bank transfer? https://stripe.com/docs/payments/bank-transfers
yeah or ACH
Ok, Checkout page displays the payment method options based on currency, your account settings or payment_method_options that you specifed (https://stripe.com/docs/api/checkout/sessions/create?lang=curl#create_checkout_session-payment_method_options)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so I dont need to follow this guide? https://stripe.com/docs/payments/bank-transfers
Do you have problem in displaying the payment method options that you want to offer to your customers?
If so, can you share with me the Checkout session ID?
https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=checkout#accept-a-payment you can follow this guide to offer bank transfer option to your customers
gotcha thanks, so the payment intent flow is the correct one for bank transfers?
and can I use the same flow for something like ACH or card payments?
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=checkout this is the guide for ACH
Note the additional payment_method_options that you need to specify for each payment method