Capture, refund, reverse, and cancel an authorized Payment. After a [Payment](https://docs.commercetools.com/urn?urn=ctp%3Aapi%3Atype%3APayment) has been [authorized](https://docs.commercetools.com/checkout/payments-lifecycle.md#authorization) and Checkout has created an [Order](https://docs.commercetools.com/urn?urn=ctp%3Aapi%3Atype%3AOrder), you might need to perform actions on the Payment during its [lifecycle](https://docs.commercetools.com/checkout/payments-lifecycle.md). The Checkout Payment Intents API lets you send requests to capture, refund, reverse, or cancel an authorized Payment. Following your request via the Checkout Payment Intents API, Checkout will request the [payment service provider](https://docs.commercetools.com/checkout/connectors-and-applications.md#supported-psps-payment-integration-types-and-payment-methods) (PSP) or gift card management system to perform the related financial process. Use the Payment Intents API only for payments created by Checkout. # Scope (a CSV formatted table follows. The first line are the column names.) Scope,Permission granted `manage_checkout_payment_intents:{projectKey}`,Send capture, refund, reverse, or cancel requests to the payment service provider (PSP) or gift card management system and update the [Payment](https://docs.commercetools.com/urn?urn=ctp%3Aapi%3Atype%3APayment) by calling the payment Connector. # Representations ### PaymentIntentOutcome # Manage Payment Intents actions ### Reverse Payment To use Automated Reversals, the Connectors in your Project must support the `reversePayment` action.