---
title: "Approve risk reserve proof of payment"
method: POST
path: "/v1/sandbox/employments/{employment_id}/risk-reserve-proof-of-payments/approve"
tags: ["Sandbox"]
---

# Approve risk reserve proof of payment

`POST /v1/sandbox/employments/{employment_id}/risk-reserve-proof-of-payments/approve`

Approves a risk reserve proof of payment without the intervention of a Remote admin.

Triggers an `employment.cor_hiring.proof_of_payment_accepted` webhook event.

This endpoint is only available in Sandbox, otherwise it will respond with a 404.

## Path parameters

- `employment_id` string, required

## Response `200`

Success

- RiskReserveProofOfPaymentResponse
  - `data` object
    - `slug` string — Proof of payment ID
    - `status` 'pending' | 'auto_approve' | 'manual_review' | 'approved' | 'rejected' — Current status of the proof of payment

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too many requests

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
