#tavetius
1 messages · Page 1 of 1 (latest)
In most of the cases, payment can't be cancelled if its status is processing
For US bank account, cancellation may be possible with Payment Intent cancellation API: https://stripe.com/docs/api/payment_intents/cancel, but it might fail if the payment is sent to the bank for processing
ok thanks