---
title: "Process payment proof"
method: POST
path: "/omni/process/payment-proof"
tags: ["Interview"]
---

# Process payment proof

`POST /omni/process/payment-proof`

**Note**: This endpoint should be called once the Qr-code is executed.

It will fetch info from add qr code text call and validate payment proof fields rfc issuer, rfc receiver and fiscal invoice and return response.

It will also call the configured [Payment Proof Webhook](https://developer.incode.com/docs/payment-proof-webhook).

## Headers

- `api-version` string, required

## Response `200`

OK

- ProcessPaymentProofResponse
  - `success` boolean — Flag indicating request passed successfully.
  - `sessionStatus` 'Alive' | 'Closed' | 'Deleted' — Session status
  - `requestId` string — Id associated with request

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/incode/apis/incode-omni-api.md) · [All operations](https://skmtc.net/incode/apis/incode-omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incode/incode-omni-api/versions/30cd6d926ea3/schema)
