#alex0304
1 messages · Page 1 of 1 (latest)
What exactly is failing? Can you be more specific?
Transaction declined. Please check if your chosen payment method is valid.
Can you share one of the payment intent id's?
Its on the third party software and not on stripe
Oh. You should reach out to them then
We just help developers use the Stripe API in this discord server
they asked me to reach out to you guys.
as the payment is getting processed.
but getting declined by stripe
for some reason
We noticed that you passed a customer’s full credit card number to Stripe’s API. To keep your customer’s information safe, we don’t process charges that include full card numbers.
To continue processing payments with Stripe, use one of our official client integrations to collect payment information securely. These integrations ensure that sensitive card data never needs to touch your server.
We strongly discourage passing full card numbers to our API because it:
Can expose your customers’ sensitive data to bad actors
Requires you to meet complex PCI compliance requirements
Makes it harder for Radar, Stripe’s fraud protection tool, to protect your business
In very rare cases, you might need to pass full card numbers. If this applies to you, you can allow it in your integration settings.
This is only a first-time notification; we won’t email you about this again in the future. If you have questions, you can contact us via our support site.
Thanks,
The Stripe team
I recieved this email from stripe
and changed the integration settings
still nothing worked.
Are you still passing the full card details to stripe?
You really need to work with whoever wrote the code that's submitting payments
Because the above is an issue
I can't help in here though
You need to work with whoever's stripe integration you're using
ok
whats the meaning of this response code
invalid_request_error - on_behalf_of
The 'on_behalf_of' param cannot be set to your own account.
It means whoever initiated the request's code is broken
Again, you need to work with whoever coded this integration to work things out
We just help developers in this Discord
okay
But if you have account related questions, our support team can assist: https://support.stripe.com
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.
The discord server is just to help developers integrate our API