> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gr4vy.com/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>
  <img src="https://mintcdn.com/gr4vy/jCFeFdffXM43huI0/assets/images/commercetools/backend.png?fit=max&auto=format&n=jCFeFdffXM43huI0&q=85&s=e8235d4f066a59631a9f6f2d693bf9f4" alt="Backend" width="1912" height="1410" data-path="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 select
the **+ Add Delivery** button under **Deliveries**.

Select the items and quantities to be delivered and then select
**Save** to capture the payment.

<Frame>
  <img src="https://mintcdn.com/gr4vy/jCFeFdffXM43huI0/assets/images/commercetools/backend_capture.png?fit=max&auto=format&n=jCFeFdffXM43huI0&q=85&s=6c332ec4c8075bfe1eb4e2d918a0e241" alt="Backend" width="2048" height="642" data-path="assets/images/commercetools/backend_capture.png" />
</Frame>

<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 are returned and then click **Save** to refund the payment.

<Frame>
  <img src="https://mintcdn.com/gr4vy/jCFeFdffXM43huI0/assets/images/commercetools/backend_refund.png?fit=max&auto=format&n=jCFeFdffXM43huI0&q=85&s=4681106c32719431a887f83268a7d7b4" alt="Backend" width="2020" height="1254" data-path="assets/images/commercetools/backend_refund.png" />
</Frame>
