---
title: "Review Payment Protection"
method: PUT
path: "/checkout/review"
tags: ["checkout"]
---

# Review Payment Protection

`PUT /checkout/review`

If a payment has a chargeback protection status of Pending Review, select the action to be taken on the payment

## Headers

- `Authorization` string, required

## Request body

- ReviewPaymentRequest
  - `paymentId` string, required — The ID of the payment that was created.
  - `accept` boolean, required

## Response `200`

Successful response

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/versions/3f6a046fbb34/schema)
