#mehedi-hasan_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1342437258778640384
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mehedi-hasan_docs, 2 hours ago, 11 messages
- appdevs-ltd_code, 1 day ago, 52 messages
- appdevs-ltd_code, 1 day ago, 38 messages
pleae check my code and step then tell me that my process is ok or not?
What do you mean by virtual card?
I mean by virtual card that our system's user can issues card(virtual Only) from stripe api
Please check my code and step
Are you talking about Stripe Issuing? https://stripe.com/issuing
yes sir
Are you following any documenation?
yes sir https://docs.stripe.com/issuing/connect
when try to connect account by using capabilties with card issues i was on problem.
First i have to create connect account right?
What problem are you facing exactly?
It seems like your Platform account haven't been onboarded on Stripe Issuing.
You probably need to take some steps via Stripe Dashbord.
Just clear me sir for issues with connect we have connect first? by using this code:
Stripe::setApiKey("----");
$account= Account::create([
'country' => 'US',
'capabilities' => [
'transfers' => ['requested' => true],
'card_issuing' => ['requested' => true],
],
'controller' => [
'stripe_dashboard' => ['type' => 'none'],
'fees' => ['payer' => 'application'],
'losses' => ['payments' => 'application'],
'requirement_collection' => 'application',
],
]);
dd($account);
Am I Right?
Please don't share your keys, this is a public forum.
Ok sir sure
Please refer to my earlier message âď¸
ok dear
which step I have to complete can explain me. And I'm Bangladesh can I take access card issues form my countries?
You can find country availability here: https://docs.stripe.com/issuing/global
I can't tell you if the code is ok by reading it.
If you follow the documentation, run the code, and it works as expected - it's ok.
without out 'card_issuing' => ['requested' => true], value my connect api workable but when 'card_issuing' => ['requested' => true], this ky value is use on my request data then not working.
'card_issuing' => ['requested' => true], field is realy require when try to create connect account?
You can onboard here, I think you might need to contact Stripe Sales to enable it for you:
https://dashboard.stripe.com/issuing/overview
If you want to use Stripe Issuing - yes, it's required. And you can solve your problem by following the advice I shared above.
for test credentails why need approved card issues?
In Test mode you just need to enable it in the Dashboard.
Can you please share the Request ID with this error?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Hmm, this is unexpected. Please reach out to Stripe Support so they can enable Stripe Issuing for your Connected accounts: https://support.stripe.com/?contact=true
Happy to help.
need one more question. Last day I sent email to strip support tey told me that my account is enable for card issues for test mode but not working why?
It's enabled for your account but not Stripe Connect. Please ask them to enable it for your Connected accounts as well.