#Rajeshsoni-connect
1 messages · Page 1 of 1 (latest)
Stripe Destination Charge with Checkout
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.
https://support.stripe.com/questions/payouts-or-charges-not-enabled-for-custom-connected-accounts
Did you read this?
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.
@woven thunder ok! That's code from one of our sample projects right? like, you are using https://github.com/stripe-samples/connect-destination-charge/ ?
yes
ok! What debugging have you done so far?
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
why did you create that account in livemode?
but still we are getting same error message
you are not ready to do anything in production, you must use test mode
so again, what debugging have you done?
for example : https://github.com/stripe-samples/connect-destination-charge/blob/9a36f1d5/client/script.js#L171 this is where the code for determining to show that "disabled account warning" is. Did you try adding code or breakpoints to check what list of accounts it is looking at?
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
sure but you've never used Connect before have you?
no
so you should be developing in that in test mode(using your testmode API keys).
we never use
cool, then you are just developing the integration and will do it in test mode first.
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
well what is your overall goal exactly?
get credit card payment from our customer
ok and why do you need Connect for that exactly?
with Strong Customer Authentication (SCA)
we have ecommerce site
our customer do payment with credit card
so thats reason we are using strip api
Stripe*
ok! but again, why do you need Connect for that exactly?
i do not know
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.
please help me to guide
if you just want to accept a payment, this is the easiest way : https://stripe.com/docs/payments/no-code . or you can use https://stripe.com/docs/payments/accept-a-payment
SCA intergation for credit card payment
links are above ^^
no
https://stripe.com/docs/payments/accept-a-payment this one for SCA ?
are you there??
yes but you are just one of many people I'm helping, so please be patient.
yes
all our integrations support SCA
its mean our current intergation is also with SCA ?
I don't know what your current integration is.
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
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
never heard of it
this ons is SCA or not ?
don't know, did you ask their developers or read their site?
i am also developer
you work for PhpPot?
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
none of this helps, you don't need to paste it.
this is not SCA ??
hmm, so shouldn't you know if your own company's integration supports 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.
we have to add SCA support integration for stripe
so tell me which one we use
and give me link for that
how would I know that?
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
you're aware this is Discord and an anonymous chat?
I have no idea who you are or what Stripe account you have.
what details you need
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"?
ok 1 min
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.
ok wait
from where we can find Charge ID ??
can i find that in https://dashboard.stripe.com/
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?