# Payment lifecycle

## Get the last event for an APM payment

 - [GET /apmPayments/{paymentId}](https://worldpay-portal.eu.redocly.app/access/products/apms/20230601/openapi/payment-lifecycle/query.md): Lookup the state of a payment, including the available action that can be performed.

## Reverse an APM payment

 - [POST /apmPayments/{paymentId}/reversals](https://worldpay-portal.eu.redocly.app/access/products/apms/20230601/openapi/payment-lifecycle/partialreverse.md): Perform a reversal on the funds taken from a sale.

## Settle an APM payment

 - [POST /apmPayments/{paymentId}/settlements](https://worldpay-portal.eu.redocly.app/access/products/apms/20230601/openapi/payment-lifecycle/settle.md): Perform a settlement on authorized funds. Not all APMs support this, please check the links returned from querying a payment.

