#mehedi-hasan_code

1 messages ¡ Page 1 of 1 (latest)

zinc cloakBOT
#

👋 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.

coarse sundial
#

pleae check my code and step then tell me that my process is ok or not?

coarse lodge
#

What do you mean by virtual card?

coarse sundial
#

I mean by virtual card that our system's user can issues card(virtual Only) from stripe api

#

Please check my code and step

coarse lodge
coarse sundial
#

yes sir

coarse lodge
#

Are you following any documenation?

coarse sundial
coarse lodge
coarse sundial
#

i tell you wait

coarse lodge
#

It seems like your Platform account haven't been onboarded on Stripe Issuing.

#

You probably need to take some steps via Stripe Dashbord.

coarse sundial
#

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?

coarse lodge
#

Please don't share your keys, this is a public forum.

coarse sundial
#

Ok sir sure

coarse lodge
coarse sundial
#

ok dear

#

which step I have to complete can explain me. And I'm Bangladesh can I take access card issues form my countries?

coarse lodge
coarse sundial
#

ok

#

can you just tell my share code is ok for connect api for card issues?

coarse lodge
#

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.

coarse sundial
#

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?

coarse lodge
coarse lodge
coarse sundial
#

for test credentails why need approved card issues?

coarse lodge
#

In Test mode you just need to enable it in the Dashboard.

coarse sundial
#

how?

#

my account condition

coarse lodge
coarse sundial
#

ok wait

#

req_ER5n4WXzZeCaut

coarse lodge
coarse sundial
#

ok

#

tnaks

coarse lodge
#

Happy to help.

coarse sundial
#

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?

coarse lodge
#

It's enabled for your account but not Stripe Connect. Please ask them to enable it for your Connected accounts as well.