#FasterThanFlash-connected-account-transfer
1 messages · Page 1 of 1 (latest)
Hey, what is a 'payout' in this context? You describe both transfers and payouts, but their both separate flows of funds
@balmy hamlet I made a transaction, transferred some amount in connected account. But its not reflecting in the account.
What could be the reason/?
Can you share an object ID? Maybe the transfer ID?
@balmy hamlet py_1KqGBCDhNC5C60RDjvLb6wlz
Sorry it took me a while to find the transaction
Ok, so it was a transfer to acct_1KqG57RexgmpqGNl
So what does:
But its not reflecting in the account
actually mean?
So i logged into my connected account and I can not see these funds in connected account
Platform account says Transfers were made
I can not see these funds in connected account
Can you tell me where you're expecting to see them?
To be clear, the transfer is the result of this destination charge: https://dashboard.stripe.com/test/logs/req_8u03i4xFr23EFq
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You should only expect US$2.00 on the connected account
And where i can see $2 in connected account.
Hi! You created a Destination Charge with a $252 amount and a $2 application fee. So:
- The platform account should get $2
- The connected account should get $250
If you login into the connected account (acct_1KqG57RexgmpqGNl) you will see the $252 - $2 = $250
@nova yacht I'm logged in into my connected account. Where I can see the money?
That's what I'm trying to figure out?
- Log into your platform account (acct_1IMZSQDhNC5C60RD)
- Search for your connected account (acct_1KqG57RexgmpqGNl)
- Click on the "..." button and "log in as", now you are on the connected account
- Click on the payment tab, and you will see the $252 payment I shared just above
Sure, what are your questions?
Please check this "pi_3KqzY0DhNC5C60RD1J261wTj".
status says - requires_confirmation
Why I'm not able to make a successful charge here? I don't want any authentication.
Checking in to that pi...
Can you tell me a bit about how you set up that payment method?
Like what test account number and what calls?
I am not sure why that pi requires action at the moment but am looking in to it. That info may be helpful
Sure
I'm using new API by Stripe which allows bank transactions by payment intent
Data used :
Bank Routing Number - 110000000
Account Number - 000123456789
@hot valve
Apologies, bouncing between a few threads for a bit. Thanks for the clarification. Looking in to why this payment required action
No problem. pPlease take your time.
Do you know if you used the microdeposit codes 32 or 45? Looks like that is what will trigger requires_action in test mode https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web#test-microdeposit-amounts-and-descriptor-codes
Looking at your PI now...
Let me try depositing the values as well.
We have this disabled in our live account. Is it possible for you to remove the account validation?
Looking in to this but I am not that familiar with this process. Which piece is the account validation that you are looking to disable?
The one where we need to provide micro deposit codes - 32 and 45?
We have this disabled in our live org.
That setting should be possible in the same place in test mode. Is the option greyed out or something?
@hot valve We got this disabled by raising a ticket. I don't think we have an option to disable this manually.
Gotcha. I am unsure if that is possible in test mode. Did your experiment with depositing those values just now work?
No. Depositing values require bank_account id
Which we get in response body of token API.
But in this case, we are directly creating customer without using token API
So I'm looking into documentation
Gotcha, thank you for the clarification. Looking in to this as well.
Also asking colleagues about turning this off in test mode. Will get back to you on that.
Can you send your account ID here?
My account id is - acct_1IMZSQDhNC5C60RD
Thank you
Please let me know when you have an update.
For the disabling validation, if support had to turn it off on your account in live, I think you will have to ask them to turn it off in test mode as well. Unfortunately I can't change account details and they will have better context on how to do that configuration.
Though also as a workaround, you can use instant verification to skip the microdeposits in test mode https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web#instant-only-verification
Hello 👋
Stepping in for Pompey here, Not sure what you mean by
We are using APIs
not Stripe js
The link Pompey shared should have an example that uses the API
Hey @quasi prawn
Checking the link
hey @quasi prawn
I'm getting this error now - Payment method data is not allowed when payment_method_options[us_bank_account][verification_method]=instant is used.
@dim flax Apologies for the tag, but can you help here? My shift is over 1 hour ago and I need to leave :((
Seems like you're trying to create a payment method at the same time
Do you have a request ID for this?
ah okay, seems like it doesn't like a payment_method . I haven't played around with this myself so pardon my hesitation but could you try taking out payment_method from the request?
Then how would it charge without payment method?
You'd pass the payment method in when you attempt to confirm the Payment Intent