# Flexible payment scenarios Support complex payment flows through flexible and customizable acquiring features. Stripe’s payment acquiring features provide the flexibility needed to manage complex payment scenarios, such as capturing funds as you fulfill shipments or incrementing an authorization amount when order details change. The functionality highlighted below is available to all users on *IC+ pricing* (A pricing plan where businesses pay the variable network cost for each transaction plus the Stripe fee rather than a flat rate for all transactions. This pricing model provides more visibility into payments costs). [Multicapture](https://docs.stripe.com/payments/multicapture.md): Partially capture a PaymentIntent multiple times, for example when processing orders with multiple shipments. [Overcapture](https://docs.stripe.com/payments/overcapture.md): Capture more than the authorized amount of a PaymentIntent, for example when collecting a tip. [Incremental authorization](https://docs.stripe.com/payments/incremental-authorization.md): Increase the authorized amount of a PaymentIntent before capturing it, for example when adding a good or service to an existing order. [Extended authorization](https://docs.stripe.com/payments/extended-authorization.md): Extend the time period to capture an authorized PaymentIntent from 7 to up to 30 days, for example when processing a hotel reservation. [Partial authorization](https://docs.stripe.com/payments/partial-authorization.md): Authorize a partial amount of the originally requested amount for a card transaction when the available balance is insufficient to cover the full amount.