#krishnavcse-AU

1 messages · Page 1 of 1 (latest)

maiden spire
#

help me to onboard australian test account

#

are you there

slim sequoia
#

yep

#

be patient.

slim sequoia
# maiden spire i want to onboard one australian account tell me how to do

you visit that link, pick Australia, fill in the information. Use the values from https://stripe.com/docs/connect/testing#identity-and-address-verification when relevant.
Make sure you use an incognito window for this to avoid issues with cookies or any other accounts you're logged into.
Then your server needs to compelete the OAuth process at the end, so you must have coede for that set up already. (https://stripe.com/docs/connect/oauth-express-accounts#token-request)

maiden spire
#

yaa

#

but its not working

slim sequoia
#

that's not a useful statement really

#

what part is not working? Did you do what I said? did you use a fresh incognito window?

maiden spire
#

test data whatever provided in that link if of United States

#

i want test data of Australia

#

yes i used frsh incognito window

slim sequoia
slim sequoia
maiden spire
#

australian phone number

#

what should i add as test account australian phone number and otp

slim sequoia
maiden spire
#

regarding business details,

slim sequoia
#

all zeros works fine

#

the OTP is 000-000 too

maiden spire
#

ok

#

now even us account is not getting onboarded

slim sequoia
#

what does that mean?

maiden spire
#

what details should i put for australian account

short hill
#

Hi! I'm taking over this thread.

maiden spire
#

it's an australian account

short hill
#

So you are creating an Express account in test mode with OAuth?

maiden spire
#

i want test details for bank

#

yes it's express acount with oauth

maiden spire
#

how can i create unique oauth link

#

for express and standard account

#

so that i don't need create from connect dashbaord

short hill
maiden spire
#

req_MrZb8XrfUtmSgj

#

it is telling insufficient fund

#

while transfer using test

#

i have enough test fund

short hill
#

You are trying to make a transfer in USD, but your current available balance in USD is -$0.12. So it's expected to fail.

maiden spire
#

how do i add funds to my accont

short hill
maiden spire
#

$transfer = \Stripe\Transfer::create([
'amount' => 70,
'currency' => 'aud',
'destination' => 'acct_1LOKVc2QeP2hZW8f',
'transfer_group' => '{ORDER10}',
]);

#

i want to transfer like this

#

automated way

#

provided account id is linked to my platforn

short hill
#

Yes, this will work if you have enough funds in your available balance.

maiden spire
#

how to add funds to my available balance

short hill
#

Have you tried my suggestion above?

maiden spire
#

i have card details but how do i pay directly now

#

$transfer = \Stripe\Transfer::create([
'amount' => 70,
'currency' => 'aud',
'destination' => 'acct_1LOKVc2QeP2hZW8f',
'transfer_group' => '{ORDER10}',
]);

#

i have so much balance

#

tell me how do load money in my test account

#

any link for that

short hill
#

The request you shared req_MrZb8XrfUtmSgj was for a USD transfer, and your USD balance is negative.
For an AUD transfer it should work because you have a lot in your available balance.

#

tell me how do load money in my test account
You create a PaymentIntent with confirm: true and payment_method: pm_card_bypassPending.

maiden spire
#

i am passing aud then also it's giving insufficinet fund

short hill
#

Can you share the request ID?

maiden spire
#

just now i loaded some money buy paying

#

In USD still my balance in usd is 0 why

#

AUD related

#

req_PA6QMwGcbd0F8K

#

tell me why it's happening like this

short hill
#

Sorry I was wrong earlier. You have an AUD balance, but it's not in the available balance.
So you need to do what I suggested earlier to add funds to your available balance:

Create a PaymentIntent with confirm: true and payment_method: pm_card_bypassPending and a large AUD amount.

maiden spire
#

$paymentIntent = \Stripe\PaymentIntent::create([
'amount' => 90000,
'currency' => 'aud',
'transfer_group' => '{ORDER10}',
'confirm' => true,
'payment_method' => 'pm_card_bypassPending'

    ]);
#

you mean something like this

#

please confirm

#

what do you mean by PaymentIntent

#

what is its purpose

short hill
#

Yes exactly! In general PaymentIntent are used to collect payment from your customers. But here in test mode it allows to add money directly in your available balance.

maiden spire
#

why i am not able to see the fund in my connect test account after transferring

short hill
#

Did the transfer work?

#

Can you share the request ID?

maiden spire
#

array:17 [▼
"id" => "tr_1LOLHiCYZ11OOEbLaHD74Yqq"
"object" => "transfer"
"amount" => 70
"amount_reversed" => 0
"balance_transaction" => "txn_1LOLHiCYZ11OOEbLSTm8kei1"
"created" => 1658494130
"currency" => "aud"
"description" => null
"destination" => "acct_1LOKVc2QeP2hZW8f"
"destination_payment" => "py_1LOLHi2QeP2hZW8fA1msadLB"
"livemode" => false
"metadata" => []
"reversals" => array:5 [▶]
"reversed" => false
"source_transaction" => null
"source_type" => "card"
"transfer_group" => "{ORDER10}"
]

#

this is what i am getting as output

#

are you there

#

please guide me

short hill
#

Please be patient.

maiden spire
#

ok

#

array:17 [▼
"id" => "tr_1LOLJqCYZ11OOEbLyX6HfEXU"
"object" => "transfer"
"amount" => 7000
"amount_reversed" => 0
"balance_transaction" => "txn_1LOLJrCYZ11OOEbL9doXbRmv"
"created" => 1658494263
"currency" => "aud"
"description" => null
"destination" => "acct_1LOKVc2QeP2hZW8f"
"destination_payment" => "py_1LOLJq2QeP2hZW8fg6IyZ2YY"
"livemode" => false
"metadata" => []
"reversals" => array:5 [▼
"object" => "list"
"data" => []
"has_more" => false
"total_count" => 0
"url" => "/v1/transfers/tr_1LOLJqCYZ11OOEbLyX6HfEXU/reversals"
]
"reversed" => false
"source_transaction" => null
"source_type" => "card"
"transfer_group" => "{ORDER10}"
]

short hill
#

Well it looks like the transfer worked! So what is the issue? If you login in the Express account, you should see it in:

maiden spire
#

i logged in to that account

#

i am not able to see the fund

#

this is my connected account page

short hill
maiden spire
#

i am getting different account id after connecting there

#

and my personal account id is different

short hill
#

You transfered money to account acct_1LOKVc2QeP2hZW8f, so you need to make sure you are connected to this account to view the funds in the dashboard.

maiden spire
#

yaa but after connect, account id is changing

#

how can i login to connected account

lucid pond
#

What do you mean the account ID is changing?

maiden spire
#

after i onboard to my platform

#

from platform i check connected account

#

that account id and my stripe account id

#

both are not matching

#

are you there

lucid pond
#

Not sure what you mean, but the onboarded account's id won't match your platform's

#

Were you able to log in?

maiden spire
#

acct_1LOKVc2QeP2hZW8f

#

acct_1LOJYqIXPR7EcpFk

#

check this 2 account

#

both are same

#

this is connected account id i got from platform account

#

acct_1LOKVc2QeP2hZW8f

#

this is when i logged in that account

#

acct_1LOJYqIXPR7EcpFk

#

tell me what is the difference between them

#

hii please guide

#

anybody there

lucid pond
#

Looking. You'll have to be patient. There are other users I'm helping too

maiden spire
#

ok

lucid pond
#

Can you tell me how you logged in to acct_1LOKVc2QeP2hZW8f?

maiden spire
#

i can login only to this account

#

acct_1LOJYqIXPR7EcpFk

lucid pond
#

Why can't you log in to the above one? What error is it giving you?

maiden spire
#

its redirecting me to noral account

#

normal account

lucid pond
#

Did you try with login links like I shared above?

maiden spire
lucid pond
#

Did you try with login links like I shared above?

maiden spire
#

but i need its dashboard screen

#

how to i get that connected account

#

id

lucid pond
#

Pass this account id to the api call I shared above: acct_1LOKVc2QeP2hZW8f

#

Then go to the url in the response

#

That will let you access the express dashboard for that account

maiden spire
#

platform or connected account

lucid pond
#

Don't share your secret key here

#

Delete that message

#

Someone could access your account

#

I just deleted the message

#

Be sure to roll the key and never send the api key in here. But you would use the platform's for that request

maiden spire
#

as a seller

#

how do i get this login link

#

as i platform i can generate this link

#

but how can a seller get this link

#

is it unique link

lucid pond
#

I want you to use that link so you can log in and see the funds in your express account

maiden spire
#

i tried that but it redirected to normal account

lucid pond
#

Login links api redirected to your normal account? Are you sure?

maiden spire
#

yes

#

you can check it, i recorded the video

#

when i try express account url

#

it redrected me to normal account

lucid pond
#

That's not login links...

maiden spire
#

but what i generated through api

lucid pond
#

Have you tried the api endpoint i sent you

maiden spire
#

it working fine

#

but how can a seller get this link

#

i generated this link from platform side

#

which api end point are you talking about

lucid pond
#

Create login link. I've sent it multiple times

#

So it does work with that?

#

Also I can't tell what's wrong with self serve login. Your video stops after the captcha

maiden spire
#

but when did i share my secret key

lucid pond
#

But generally it's fine to use self serve login for your sellers. Otherwise, you would have to create a button on a portal or something that generates those login links for the sellers

#

Earlier in your api snippet. I deleted the message

#

Please roll the key

maiden spire
#

ok thanks

#

i have rolled it

#

how can a seller get that link

#

seller perspective

#

how i can i login to my express account, even though i did not got login url from platform account

lucid pond
#

I've answered this a few times. 2 options: self-serve login (which you say you are facing an issue with but the video wasn't clear) and account links (the api endpoint you used)

maiden spire
#

in vhttps://support.stripe.com/express/questions/how-do-i-login-to-my-stripe-express-account

#

i followed this document

#

in that this url is only given

#

its redirecting to my normal account

lucid pond
#

Have you tried logging out of your "normal account" first? Also be sure you're using the right credentials for the express account

maiden spire
#

how do i create oauth link

#

which can be used multiple times

#

this is used only once

#

i created from platform dashboard

#

are you there bro

#

any body there

lucid pond
#

I have to head out, but you can ask @leaden moss for further questions. Please be patient

#

There are many users who also need help

leaden moss
#

👋 Stepping in here
This is a long running thread. Can you give me a brief summary of what you're blocked on?

maiden spire
leaden moss
#

what do you mean by can be used multiple times ?
Are you trying to onboard accounts? If so, what type of accounts?

maiden spire
#

i mean i can onboard multiple express account

#

or else, how can i generate a link from platform for oauthlink for express account

#

is there any API

leaden moss
maiden spire
#

i checked but i did not get

#

what all parameter to be set

leaden moss
maiden spire
#

ok thanks for the details

slim sequoia
#

hi there! what part are you stuck on exactly?

maiden spire
#

my platform account is of australia

#

i want do onboard an australian account to my platform using oauth

#

i am not able to do

#

i want test details data for verifying account details of account and do payment to him

slim sequoia
maiden spire
#

it is getting redirect, when i tried to do payment,to us test account, it gave error

#

cant do cross border payent

#

paymnet

#

my platform account is of australia

slim sequoia
maiden spire
#

i want to create one australian stripe test account and test payment

#

using this link

#

i did not got any error, it just redirected to my redirect url

#

i want account onboarded message, which usually comes after successful onboard

#

why i am not able to onboard australian test account

slim sequoia
maiden spire
#

oauth link of express account

#

i want to onboard one australian account tell me how to do

#

australian test accont