> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/p2pdotme/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Handling Orders

> Process for accepting and completing assigned orders

## Accepting Orders

<Steps>
  <Step title="Monitor assigned orders">
    Monitor assigned orders through your merchant interface.
  </Step>

  <Step title="Accept orders promptly">
    Accept orders promptly to maintain good standing.
  </Step>

  <Step title="Follow settlement steps">
    Follow the settlement steps by order type.
  </Step>
</Steps>

## Completing Orders

<CardGroup cols={1}>
  <Card title="Confirm payment actions" icon="check">
    Confirm payment actions as required by the flow.
  </Card>

  <Card title="Ensure finalization" icon="flag-checkered">
    Ensure finalization steps are completed in-app.
  </Card>

  <Card title="Keep records" icon="file-lines">
    Keep records/evidence for dispute scenarios.
  </Card>
</CardGroup>

<Warning>
  Always preserve evidence trails for all transactions. This documentation is critical if a dispute is raised.
</Warning>
