#janvi
1 messages · Page 1 of 1 (latest)
Hi there, can you elaborate more on user's earned poins should be transfer to money. ?
I can't help if I don't understand what you want to achieve with Stripe APIs
i want to transfer money to user
is your user a connected account?
i am facing one issue
i am using stripe api to make connected account
in that they give me error that for france accounts i have to make first account token then i have to pass it through a[i for create connected account
Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
https://stripe.com/docs/connect/account-tokens the error message advice you to use this doc, did you go through it?
req_WNgQvx3V8B9wnl
but when i make it through api it gives this error
As the error explains, you need to create account tokens in your client application, not from your server
but my application is in flutter
and flutter doesnot provide that method of create token of account
stripe_flutter is not an offiicial library from Stripe, I'd suggest you to reach out to its developer directly.
can you guide with me this?
in this link they provide example for ios and android
how can it possible with flutter?
As I said earlier, stripe_fultter is not a official library provided by Stripe so we don't know if this library provides similar features as other Stripe mobile SDK do.
so can your team help me with this?
No