For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
RegisterLoginSandbox Login
GuidesRecipesAPI Reference
GuidesRecipesAPI Reference
  • API Reference
      • POSTACH Checkout
      • POSTApple Pay Checkout
      • GETApple Pay Validate Merchant
      • POSTCapture Payment
      • POSTCard Checkout
      • POSTCard on File Authorized
      • POSTCard On File Checkout
      • POSTCash App Checkout
      • POSTCreate Pix Payment
      • POSTCrypto Payin
      • POSTGet Checkout Jwt Token
      • POSTGet Checkout Link
      • POSTGet Destination Auth Key
      • POSTGet Interchange Fees
      • GETGet supported chains and tokens
      • POSTGet Totals
      • POSTGet USDC Authorization Message (EVM only)
      • POSTGoogle Pay Checkout
      • POSTMerchant Initiated Transaction
      • POSTRain Checkout
      • PUTReview Payment Protection
      • POSTSaved Card Checkout
      • POSTSepa/Faster Payments Checkout (New Account)
      • POSTSepa/Faster Payments Checkout (Saved Account)
      • POSTUS Wire Domestic Payments Checkout (New Account)
      • POSTUS Wire Domestic Payments Checkout (Saved Account)
      • POSTVoid Payment
      • POSTZero Authorization
    • POSTGets USDC/SBC/EuroE on testnets
LogoLogo
RegisterLoginSandbox Login
API ReferenceCheckout

Review Payment Protection

PUT
https://api-sandbox.coinflow.cash/api/checkout/review
PUT
/api/checkout/review
$curl -X PUT https://api-sandbox.coinflow.cash/api/checkout/review \
> -H "Authorization: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "paymentId": "pay_8f3b2c9d-4e7a-4a1f-bb2e-9d3c5a7f6e12",
> "accept": true,
> "nsureOverrideReason": "userKycVerified"
>}'
200Updated
1{}
If a payment has a chargeback protection status of Pending Review, select the action to be taken on the payment
Was this page helpful?
Previous

Saved Card Checkout

Next
Built with

Authentication

Authorizationstring

The API key of the merchant - see https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key

OR
Authorizationstring
API Key authentication via header

Request

This endpoint expects an object.
paymentIdstringRequired
The ID of the payment that was created.
acceptbooleanRequired
nsureOverrideReasonenumOptional
NSure override reason codes for manual payment review decisions
Allowed values: