#krishnavcse-AU
1 messages · Page 1 of 1 (latest)
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)
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?
test data whatever provided in that link if of United States
i want test data of Australia
yes i used frsh incognito window
that's not true really, can you show me what information is US specific?
I linked you to https://stripe.com/docs/connect/testing#identity-and-address-verification which is the information you'd use. For example when entering an address, you would use an address like address_full_match, Melbourne, AU or so on. What specific parts are you actually stuck on? share some screenshots or something so we can help you.
australian phone number
what should i add as test account australian phone number and otp
it doesn't have to be Australian since it's not actually connected to the account, it's just for the 'user' of the account
regarding business details,
what does that mean?
Hi! I'm taking over this thread.
it's an australian account
So you are creating an Express account in test mode with OAuth?
how can i create unique oauth link
for express and standard account
so that i don't need create from connect dashbaord
What do you mean?
The OAuth link for express accounts is listed here: https://stripe.com/docs/connect/oauth-standard-accounts#integrating-oauth
And the OAuth link for standard accounts is listed here: https://stripe.com/docs/connect/oauth-express-accounts#step-1:-you-provide-the-oauth-link
req_MrZb8XrfUtmSgj
it is telling insufficient fund
while transfer using test
i have enough test fund
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.
Since you are in test mode, you can add funds directly to your available balance by using these test cards: https://stripe.com/docs/testing#available-balance
how do i add funds to my accont
I just explained that to you: make a payment in test mode with the test card here https://stripe.com/docs/testing#available-balance
$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
Yes, this will work if you have enough funds in your available balance.
how to add funds to my available balance
Have you tried my suggestion above?
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
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 withconfirm: trueandpayment_method: pm_card_bypassPending.
i am passing aud then also it's giving insufficinet fund
Can you share the request ID?
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
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: trueandpayment_method: pm_card_bypassPendingand a large AUD amount.
$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
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.
why i am not able to see the fund in my connect test account after transferring
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
Please be patient.
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}"
]
Well it looks like the transfer worked! So what is the issue? If you login in the Express account, you should see it in:
i logged in to that account
i am not able to see the fund
this is my connected account page
What the account ID? You can find it at the top of this page: https://dashboard.stripe.com/settings/account
i am getting different account id after connecting there
and my personal account id is different
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.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
What do you mean the account ID is changing?
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
Not sure what you mean, but the onboarded account's id won't match your platform's
Were you able to log in?
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
Looking. You'll have to be patient. There are other users I'm helping too
ok
Can you tell me how you logged in to acct_1LOKVc2QeP2hZW8f?
Can you try logging in with https://stripe.com/docs/api/account/create_login_link for acct_1LOKVc2QeP2hZW8f
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i can login only to this account
acct_1LOJYqIXPR7EcpFk
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Why can't you log in to the above one? What error is it giving you?
Did you try with login links like I shared above?
express account login when i try to llogin its redirwcting me to https://dashboard.stripe.com/login
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Did you try with login links like I shared above?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
platform or connected account
Don't share your secret key here
Delete that message
And roll your key https://stripe.com/docs/keys#rolling-keys
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
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
Seller can just use self-serve log in: https://support.stripe.com/express/questions/how-do-i-login-to-my-stripe-express-account. I'm just suggesting you do this so we can troubleshoot
I want you to use that link so you can log in and see the funds in your express account
i tried that but it redirected to normal account
Login links api redirected to your normal account? Are you sure?
yes
you can check it, i recorded the video
when i try express account url
it redrected me to normal account
That's not login links...
but what i generated through api
Have you tried the api endpoint i sent you
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
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
but when did i share my secret key
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
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
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)
in vhttps://support.stripe.com/express/questions/how-do-i-login-to-my-stripe-express-account
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i followed this document
in that this url is only given
its redirecting to my normal account
Have you tried logging out of your "normal account" first? Also be sure you're using the right credentials for the express account
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
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
👋 Stepping in here
This is a long running thread. Can you give me a brief summary of what you're blocked on?
how do i create oauth link
https://connect.stripe.com/express/oauth/authorize?redirect_uri=https://connect.stripe.com/hosted/oauth&client_id=ca_IX4jrDAqpqc1J7fIY5I8F65JTAfZKYMO&state=onbrd_M6XY1RrmAl8Y87heoka5OaTyn0&stripe_user[country]=AU
which can be used multiple times
this is used only once
i created from platform dashboard
any body there
what do you mean by can be used multiple times ?
Are you trying to onboard accounts? If so, what type of accounts?
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
Have you looked into the guide here?
https://stripe.com/docs/connect/oauth-express-accounts
The exact parameters would depend on your usecase.
This section explains different usecases
https://stripe.com/docs/connect/oauth-express-accounts#customize-express-with-oauth-parameters
ok thanks for the details
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
what specifically prevented you?
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
what was the error exactly? can you share the request ID https://support.stripe.com/questions/finding-the-id-for-an-api-request
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
what link?