#harinth-fx
1 messages · Page 1 of 1 (latest)
Yes it's INR
So my question is how it's identified by Stripe. From the stripe account I connected or with the card I used
It's the settlement currency of the account the payment is processed on: https://stripe.com/docs/payouts#supported-accounts-and-settlement-currencies
If you're an Indian merchant, you can only settle in INR
Is there a way to change that to any other country?
No. You'd need another Stripe account based in a country that can settle in other currencies
Means I can't change the country in my existing account?
If yes, then will that change the currency?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
In settings, the country under business type is specified as Canada already
Can you share the pi_xxx ID?
Checking
Hmm, that PI was created as a direct charge on this account: acct_1LQ6UKSJ3b7PgQF5
Which is an Indian merchant
That label of "Indian merchant" cannot be changed in the account?
I explained how you'd do that. My guess is you were signed in to the wrong account in your Dashboard
Sure, that's a Canadian merchant
I don't have an account with this account Id actually
Could you please give it's details?
I can't share that, no. All I know is it was passed in the Stripe-Account parameter as the direct charge merchant when you created that PI
I just checked the same in postman but acct_1LQ6UKSJ3b7PgQF5
shows invalid
At the same time this works
If I am giving you pk_test, could you please check it's account Id?
You want to check you publishable API key? You can directly see it in your Stripe dashboard here: https://dashboard.stripe.com/test/apikeys
I would like to know the account id of that
I am seeing a different account Id when I login here
Each Stripe account will have different API keys. So make sure you are logged in the correct account to find the corresponding API key.
What's your account ID?
I connected an account through OAuth and when making the payment on it, its receipt shows different account id
Are you able to check the account with pk_test key?
So that I can ensure that I have connected correctly
acct_1Fs2fABgi4gXHTOy
I connected this account, but receipt shows
acct_1LQ6UKSJ3b7PgQF5
Can you clarify what you mean by "but receipt shows acct_1LQ6UKSJ3b7PgQF5"?
acct_1Fs2fABgi4gXHTOy is an account in CA
acct_1LQ6UKSJ3b7PgQF5 is an account in IN
Do you own both of these accounts? What are you trying to do?
If I am giving you the pk_test key, can you identify which account among the above 2 is connected with that?
But why do you need this information? For your own account you can find the information directly in your dashboard. And if you are using Connect, you should use the Stripe-Account header to make request to your connected accounts: https://stripe.com/docs/connect/authentication
Yes I am using Connect
I am using this url for Oauth
Is this valid?
and the above mentioned client_id, that I am giving in .env file
I'm confused by your questions, sorry.
Note that the recommended way to use connect is not to use OAuth, but instead to use this: https://stripe.com/docs/connect/standard-accounts
Can we connect different stripe accounts through this particular client_id which is set in .env file?
If you are using OAuth, your platform account should have a single URL with a client_id that you can send to connect accounts to your platform. This is covered here: https://stripe.com/docs/connect/oauth-reference
But like I said, we recommend using this instead of OAuth: https://stripe.com/docs/connect/standard-accounts
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!