Stripe Card Failed but customer gets created (Spammer)
-
Im having a spam problem with someone spamming the checkout, the payment fails but Stripe still creates the customer. Inside Stripe from the webhook order I can see these details:
402 ERR POST /v1/pament_methods/xxxxx (fires second)
200 OK POST /v1/customers (fires first)
I do not want the customer to be created inside Stripe if the order fails. Alternatively if the payment fails it deletes the user all together. Is there a way to set that preference in the plugin or inside Stripe? Oddly I do not actually see the new user being created in WordPress only on Stripe side…
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Stripe Card Failed but customer gets created (Spammer)’ is closed to new replies.