#codemilitant

1 messages · Page 1 of 1 (latest)

indigo fieldBOT
fathom island
#

Hello! As a first step, have you tried contacting Stripe support (https://support.stripe.com/contact) ? Based on what you've said it sounds like there's been a secret key leak (given that a malicious python script has been submitting orders) and the first step would be to plug that leak

#

Also have you spoken to the plugin owners? Typically when you're using stripe through a plugin/third-party there are limits to what you can do and you'd need to see what the plugin does/does not support

plucky hearth
#

My concern is not with the Woocommerce plugin, I can make it do anything I want. The Help & Support contains no information on sending custom cookies/metadata.

#

I just want to know if Stripe has a system in place for my request.

fathom island
#

Well can you give me more specifics about what APIs you're using? Are you using Checkout? PAyment Links? standalone Payment Intents?

plucky hearth
fathom island
#

Do you know what APIs the Woocommerce plugin is using? I can't really give you guidance on how to set metadata if you don't tell me which APIs are being used

plucky hearth
#

Can you tell me the API version I should look for? I'll search the plugin itself to find out. The only variable definition I see with a version number is this: const WOOCOMMERCE_CONNECT_SERVER_API_VERSION = '3';

fathom island
#

It's not about the API version, it's about the actual API requests the plugin is making

#

This is why I suggesting talking to the plugin owners - they have way more knowledge about what their own plugin is doing and will know which APIs it's using

#

It's very possible to set metadata with any of our APIs and then use Radar for Fraud Teams to check that metadata and use it in a radar rule, but w/o specifics on what the plugin is doing I can't direct you to the right docs on what you'll need to set

plucky hearth
#

So what you're saying is that the Radar team can help me setup a custom metadata check?

fathom island
plucky hearth
#

That looks like a possible solution. Thank you. By the way, typing in the search for "metadata" or "metadata attributes" (the title of the section), no results for the "Rules reference" page appear.

fathom island
#

Yeah the docs search bar isn't always the best for finding specific sections like this

plucky hearth
#

I'll take it from here. Thank you!