#fantasy_api
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/1488722671595290686
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
$setupIntent = $stripe->setupIntents->create([
'confirm' => true,
'customer' => $customerId,
'single_use' => [
'currency' => 'usd',
'amount' => 14997,
],
'payment_method_data' => [
'type' => 'us_bank_account',
'us_bank_account' => [
'account_number' => '000123456789',
'routing_number' => '110000000',
'account_type' => 'checking',
'account_holder_type' => 'individual',
],
'billing_details' => [
'name' => 'Test User',
'email' => 'test@example.com',
],
],
'payment_method_options' => [
'us_bank_account' => [
'mandate_options' => ['collection_method' => 'telephone'],
],
],
'mandate_data' => [
'customer_acceptance' => [
'type' => 'offline',
'accepted_at' => time(),
],
],
'payment_method_types' => ['us_bank_account'],
]);
Hi! I am on other threads. Give me a moment and I will come to your shortly. Thanks!
Thanks for waiting! Can I get the document you are referencing?
Thank you so much for waiting! I do see you are in the beta but I am find out why you are not seeing the same behavior as described in the document. Unfortunately, my team is not able to assist with beta features on this channel. I'd recommend writing to Support (https://support.stripe.com) for this and our support folks can take it from there.
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.