#Rajeshsoni-connect

1 messages · Page 1 of 1 (latest)

vital verge
#

@woven thunder hi! What's the specific error you get?

woven thunder
#

please opne this link

#

Accept a payment with destination charges and Checkout
You need to create an account before you can process a payment.
None of your recently created accounts have charges enabled. Log in to an Express account's dashboard to complete the onboarding process.Manage your Custom accounts and complete the onboarding process in the dashboard.View your Standard accounts in your platform's dashboard, and use their credentials to log in to Stripe and complete the onboarding process.

inland crystal
vital verge
woven thunder
#

yes

vital verge
#

ok! What debugging have you done so far?

woven thunder
#

and use their credentials to log in to Stripe and complete the onboarding process

#

so i think we have to complete onboarding process

#

we have competed

#

filled all information

#

you can see its completed

vital verge
#

why did you create that account in livemode?

woven thunder
#

but still we are getting same error message

vital verge
#

you are not ready to do anything in production, you must use test mode

#

so again, what debugging have you done?

woven thunder
#

Hello,

Thank you for choosing Stripe! We’re writing because we noticed your account is impacted by a regulatory requirement called Strong Customer Authentication (SCA). SCA requires two-factor authentication on many payments in Europe. Payments that are not authenticated are at risk of being declined by your customers’ banks.     



Your account (Hannnik GmbH II) has payments (like this one) in live mode using the Charges API, which does not support the authentication requirements of SCA. We recommend using one of our SCA-ready integration paths to avoid more declined European payments.     





 Read‑the‑docs     





If you have any questions, please let us know.     




Thanks,

The Stripe team

Looking for more information on SCA?     












Check out our video on SCA     











Read our regulatory guide on SCA     











Learn about designing SCA-ready payment flows     











Watch a chat with Stripe developers on updating your integration     











Find an SCA-ready partner solution     












Stripe, 354 Oyster Point Blvd, South San Francisco, CA 94080
#

our site is already using strip for get payment for credit card

#

then we got message from your tem

#

team

#

so our account is already live mode

vital verge
#

sure but you've never used Connect before have you?

woven thunder
#

no

vital verge
#

so you should be developing in that in test mode(using your testmode API keys).

woven thunder
#

we never use

vital verge
#

cool, then you are just developing the integration and will do it in test mode first.

woven thunder
#

so this is our test mode

#

now tell me what we do ?

#

now i am using test key from test mode but same message is coming

vital verge
#

well what is your overall goal exactly?

woven thunder
#

get credit card payment from our customer

vital verge
#

ok and why do you need Connect for that exactly?

woven thunder
#

with Strong Customer Authentication (SCA)

#

we have ecommerce site

#

our customer do payment with credit card

#

so thats reason we are using strip api

vital verge
#

Stripe*

woven thunder
#

we have to use SCA intergation for credit card payment

#

Stripe yes

vital verge
#

ok! but again, why do you need Connect for that exactly?

woven thunder
#

i do not know

vital verge
#

do you know what Connect is? Do you understand that connected accounts are not customers, people who pay you, they are people you pay money to, like providers or suppliers.

woven thunder
#

please help me to guide

vital verge
woven thunder
#

SCA intergation for credit card payment

vital verge
woven thunder
#

no

#

are you there??

vital verge
#

yes but you are just one of many people I'm helping, so please be patient.

vital verge
#

all our integrations support SCA

woven thunder
#

its mean our current intergation is also with SCA ?

vital verge
#

I don't know what your current integration is.

woven thunder
#

Hello,

Thank you for choosing Stripe! We’re writing because we noticed your account is impacted by a regulatory requirement called Strong Customer Authentication (SCA). SCA requires two-factor authentication on many payments in Europe. Payments that are not authenticated are at risk of being declined by your customers’ banks.     

Your account (Hannnik GmbH II) has payments (like this one) in live mode using the Charges API, which does not support the authentication requirements of SCA. We recommend using one of our SCA-ready integration paths to avoid more declined European payments.     

 Read‑the‑docs     

If you have any questions, please let us know.     

Thanks,

The Stripe team

Looking for more information on SCA?     

Check out our video on SCA     

Read our regulatory guide on SCA     

Learn about designing SCA-ready payment flows     

Watch a chat with Stripe developers on updating your integration     
Find an SCA-ready partner solution     
Stripe, 354 Oyster Point Blvd, South San Francisco, CA 94080
vital verge
#

yes, you posted that before.

#

what is that supposed to tell me?

woven thunder
#

1 MIN

#

use \PhpPot\Service\StripePayment;

#

currently we are using that one

#

namespace PhpPot\Service;

#

use \Stripe\Stripe;
use \Stripe\Customer;
use \Stripe\ApiOperations\Create;
use \Stripe\Charge;

#

class StripePayment

vital verge
#

never heard of it

woven thunder
#

this ons is SCA or not ?

vital verge
#

don't know, did you ask their developers or read their site?

woven thunder
#

i am also developer

vital verge
#

you work for PhpPot?

woven thunder
#

public function __construct()
{
require_once "config.php";
$this->apiKey = STRIPE_SECRET_KEY;
$this->stripeService = new \Stripe\Stripe();
$this->stripeService->setVerifySslCerts(false);
$this->stripeService->setApiKey($this->apiKey);
}

#

yes

vital verge
#

none of this helps, you don't need to paste it.

woven thunder
#

this is not SCA ??

vital verge
vital verge
# woven thunder this is not SCA ??

I don't know!

To be SCA compliant you need to be either using Checkout, or PaymentIntents. If you make payments using the legacy Charge API (like \Stripe\Charge::create() ), those payments are not SCA-compliant.

woven thunder
#

we have to add SCA support integration for stripe

#

so tell me which one we use

#

and give me link for that

vital verge
woven thunder
#

and i am using php programing lanauge

#

integration supports SCA

#

we need that

#

you have already ready our message which we got from your team

vital verge
#

you're aware this is Discord and an anonymous chat?

#

I have no idea who you are or what Stripe account you have.

woven thunder
#

what details you need

vital verge
#

if you want me to look, you could share an ID from your account. Like that email you keep posting, it mentions "payments (like this one)". Do you have the actual link to the "this one"?

woven thunder
#

ok 1 min

vital verge
#

why are you sharing your personal email address on a public Discord server? (deleted it for you)

#

all I need from you is an object ID like the ch_xxxx Charge ID mentioned in that email.

woven thunder
#

ok wait

#

from where we can find Charge ID ??

vital verge
#

I'd imagine so.

#

Also that email you keep quoting had a link to a payment didn't it? so why not just use that?

woven thunder
#

wait

#

ok so i can find my email

#

so wait let me check my email

#

we did not find Charge ID

#

tell me what other details you need

vital verge
#

how can you not find it?

#

it's linked in the email