#stefan95_41
1 messages · Page 1 of 1 (latest)
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?
these are in test mode right?
yes
would you mind sharing your account ID?
acct_1AyiZsGK2CM835a5
basically you're using this Stripe CLI trigger right? https://github.com/stripe/stripe-cli/blob/master/pkg/fixtures/triggers/checkout.session.completed.json
"payment_intent_data": {
"shipping": {
"name": "Jenny Rosen",
"address": {
"line1": "510 Townsend St",
"postal_code": "94103",
"city": "San Francisco",
"state": "CA",
"country": "US"
}
}
}
right, looks like i found out why it happened
can i delete this payment intent somehow?
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.
can I do it from Dashboard?
I don' think so.