> ## Documentation Index
> Fetch the complete documentation index at: https://wpay-feat-edp-guide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# commercetools Administration

## Payment information

Payment information can be found on the order details pages in the
commercetools Merchant Center by going to **Orders** -> **\[Select Order]**.

Information such as transaction ID, transaction status, and transaction amount,
currency etc. are available on the **Payments** tab.

<Frame>
  ![Backend](https://mintlify.s3-us-west-1.amazonaws.com/wpay-feat-edp-guide/assets/images/commercetools/backend.png)
</Frame>

## Capture a payment

An administrator can capture an authorized transaction by creating a new delivery for the order.

To do this, go to **Orders** -> **\[Select Order]** -> **Shipping & Delivery** -> and click
the **+ Add Delivery** button under **Deliveries**.

Select the items and quantities that will be delivered and then click
**Save** to capture the payment.

<Frame>
  ![Backend](https://mintlify.s3-us-west-1.amazonaws.com/wpay-feat-edp-guide/assets/images/commercetools/backend_capture.png)
</Frame>

<br />

<Note>
  **Capture**

  Capture is not available if the **Payment Action** configuration is
  set to **Authorize and Capture**.
</Note>

## Refund a payment

An administrator can refund a transaction by creating a new return for an order.

To do this, go to **Orders** -> **\[Select Order]** -> **Returns** -> and click the **+ Create return** button.

Select the items and quantities that will be returned and then click **Save** to refund the payment.

<Frame>
  ![Backend](https://mintlify.s3-us-west-1.amazonaws.com/wpay-feat-edp-guide/assets/images/commercetools/backend_refund.png)
</Frame>
