Skip to content

Commit

Permalink
Merge pull request #2538 from spryker/feature/acp-2269/master-stripe-…
Browse files Browse the repository at this point in the history
…b2b-b2c-app-support-for-payment-cancellation

ACP-2269 Added notes for Stripe.
  • Loading branch information
andriitserkovnyi authored Mar 29, 2024
2 parents f18dac9 + dd1d27b commit 6f893f6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ The Stripe App has limited or no support for the following features:
- Payment authorization and capture: The current logic works with separate authorization and capture. Hence, all payment methods go through this transition.
- Payment authorization timeout: There is currently a one day timeout for authorizing payments. Payment methods, like bank transfers, which are not authorized within this timeframe, will experience a timeout. We recommend extending the timeout from one day to seven days.
- Multi-capture: Partial capture of payment for order items.
- Payments can be properly canceled only from the the Back Office and not from the Stripe Dashboard.
- Payments can’t be partially canceled. We create one payment intent per order and it can either be authorized or fully cancelled.
- When you cancel an item on the order details page, all order items are canceled.

## Next step

Expand Down

0 comments on commit 6f893f6

Please sign in to comment.