#stefan95_41

1 messages · Page 1 of 1 (latest)

terse copperBOT
unreal sorrel
stable turret
#

👋 happy to help

#

you must have use the Stripe CLI to trigger some sort of event

unreal sorrel
#

it was triggered by Jenny Rosen

#

clicking on this customer leads me to this

#

can someone get access to my stripe cli somehow and create this fake payment?

#

and what exactly this related guest payment mean?

stable turret
#

these are in test mode right?

unreal sorrel
#

yes

stable turret
#

would you mind sharing your account ID?

unreal sorrel
#

with u?)

#

or someone else

stable turret
#

yes here in this chat

#

acct_xxx

unreal sorrel
#

acct_1AyiZsGK2CM835a5

stable turret
#
"payment_intent_data": {
  "shipping": {
    "name": "Jenny Rosen",
    "address": {
      "line1": "510 Townsend St",
      "postal_code": "94103",
       "city": "San Francisco",
       "state": "CA",
       "country": "US"
     }
  }
}
terse copperBOT
unreal sorrel
#

right, looks like i found out why it happened

#

can i delete this payment intent somehow?

bold gate
#

Hi! I'm taking over this thread.

#

It's not possible to delete a PaymentIntent, but you may be able to cancel it: https://stripe.com/docs/api/payment_intents/cancel

A PaymentIntent object can be canceled when it is in one of these statuses: requires_payment_method, requires_capture, requires_confirmation, requires_action or, in rare cases, processing.

unreal sorrel
#

can I do it from Dashboard?

bold gate
#

I don' think so.