#Mohammad Sueb Saifi
1 messages · Page 1 of 1 (latest)
Hi there!
Pasting your other message here:
i not able to test the cross-border payment in test mode
Can you share the request ID (req_xxx) where you saw that error?
error": {
"message": "Sorry, you don't have any external accounts in that currency (usd).",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_ZmnYntcuBxsnTk?t=1684144723",
"type": "invalid_request_error"
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this will show while initiate v1/payouts API
??
Sorry, you don't have any external accounts in that currency (usd)
The error message is pretty clear, you need an external account in USD
And since this is for a Standard account, you need a real bank account to test this.
any other mestod to test the crossborder payments
Are you using Stripe Connect?
I'm sorry I'm confused:
- The request you shared is not a Connect request, it's for a regular payout and not a cross border payout
- The error you just shared is expected: on Standard account you need to use real bank account number for payouts, even in test mode
is the api v1/payouts is correct for crossborder payments
Can you clarify exactly what you are trying to do? Like you are a platform account, and you want to transfer money to a connected account? Or you want to do a payout on a connected account? Or you want to do a payout on your own account? Or something else?
So you want to transfer money from your platform account to a connected account in a different country?
If I'm asking just to make sure, because this has nothing to do with /v1/payouts.
yes
What type of charges are you using (Direct, Destination, or Separate Charges & Transfers)? https://stripe.com/docs/connect/charges
i am just testing crossborder in test mode
Yes, and to test crossborder you need to make some payments. That's why I'm asking what's the type of charge you are making (or plan to make).
i am not understanding what are type of payment
Did you read the link I shared above? https://stripe.com/docs/connect/charges
i am not charge right now
So right now, you are just testing out how to make a cross border transfer and then make a payout on that account?
yes