#chrisisskits-batch-cancelation

1 messages · Page 1 of 1 (latest)

analog skiff
#

Unfortunately not, you will have to cancel each indiidually

lunar jetty
#

Okay thanks

lunar jetty
#

How do I provide a stripe_account to the cancel payment intent api call? I’ve provided it as a parameter but it’s telling me unknown parameter - using Ruby for reference

analog skiff
#

Can you show me what your call looks like?

lunar jetty
#

Stripe::PaymentIntent.cancel(stripe_intent.id, stripe_account: stripe_account)

analog skiff