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

# Daviplata Confirm

> Confirma un Request to Pay para Daviplata.

<ParamField header="x-idempotency" type="string" required placeholder="Token único para garantizar la idempotencia de la petición">
  Token único para garantizar la idempotencia de la petición
</ParamField>

<ParamField path="id" type="string" required>
  Intent generado al crear el Request to Pay.
</ParamField>

<ParamField body="otp" type="string" required>
  OTP que se envio al usuario.
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
    "id": "4ba8a568-b5c9-4446-a858-b6d00dab341e",
    "description": "Charge description",
    "amount": 10000,
    "amount_label": "Charge amount",
    "source": "daviplata",
    "status": "paid",
    "currency": "COP",
    "payment_method_type": "daviplata",
    "payment_method_id": "4ba8a568-b5c9-4446-a858-b6d00dab341e",
    "created_at": "2022-01-01T00:00:00.000Z",
    "paid_at": null,
    "remarks": null,
    "is_test": false,
    "network_id": "4ba8a568-b5c9-4446-a858-b6d00dab341e",
    "external_id": "4ba8a568-b5c9-4446-a858-b6d00dab341e"
  }
  ```
</ResponseExample>
