#FasterThanFlash-connected-account-transfer

1 messages · Page 1 of 1 (latest)

balmy hamlet
#

Hey, what is a 'payout' in this context? You describe both transfers and payouts, but their both separate flows of funds

latent sonnet
#

@balmy hamlet I made a transaction, transferred some amount in connected account. But its not reflecting in the account.

#

What could be the reason/?

balmy hamlet
#

Can you share an object ID? Maybe the transfer ID?

latent sonnet
#

@balmy hamlet py_1KqGBCDhNC5C60RDjvLb6wlz

#

Sorry it took me a while to find the transaction

balmy hamlet
#

Ok, so it was a transfer to acct_1KqG57RexgmpqGNl

#

So what does:

But its not reflecting in the account
actually mean?

latent sonnet
#

So i logged into my connected account and I can not see these funds in connected account

#

Platform account says Transfers were made

balmy hamlet
#

I can not see these funds in connected account
Can you tell me where you're expecting to see them?

#

You should only expect US$2.00 on the connected account

latent sonnet
#

And where i can see $2 in connected account.

nova yacht
#

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

latent sonnet
#

@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?

nova yacht
#
  1. Log into your platform account (acct_1IMZSQDhNC5C60RD)
  2. Search for your connected account (acct_1KqG57RexgmpqGNl)
  3. Click on the "..." button and "log in as", now you are on the connected account
  4. Click on the payment tab, and you will see the $252 payment I shared just above
latent sonnet
#

Perfect. Thanks @nova yacht

#

May I ask one more question please?

nova yacht
#

Sure, what are your questions?

latent sonnet
#

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.

hot valve
#

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

latent sonnet
#

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

hot valve
#

Apologies, bouncing between a few threads for a bit. Thanks for the clarification. Looking in to why this payment required action

latent sonnet
#

No problem. pPlease take your time.

hot valve
#

Looking at your PI now...

latent sonnet
#

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?

hot valve
#

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?

latent sonnet
#

The one where we need to provide micro deposit codes - 32 and 45?

#

We have this disabled in our live org.

hot valve
#

That setting should be possible in the same place in test mode. Is the option greyed out or something?

latent sonnet
#

@hot valve We got this disabled by raising a ticket. I don't think we have an option to disable this manually.

hot valve
#

Gotcha. I am unsure if that is possible in test mode. Did your experiment with depositing those values just now work?

latent sonnet
#

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

hot valve
#

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?

latent sonnet
#

My account id is - acct_1IMZSQDhNC5C60RD

hot valve
#

Thank you

latent sonnet
#

Please let me know when you have an update.

hot valve
#

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.

latent sonnet
#

We are using APIs

#

not Stripe js

quasi prawn
#

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

latent sonnet
#

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 :((

quasi prawn
#

Seems like you're trying to create a payment method at the same time

#

Do you have a request ID for this?

latent sonnet
#

yes

#

req_PQZOdMfajJXuvW

#

Payment method is created prior payment intent

quasi prawn
#

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?

latent sonnet
#

Then how would it charge without payment method?

quasi prawn
#

You'd pass the payment method in when you attempt to confirm the Payment Intent