---
title: "/claim/withdrawRequest"
method: POST
path: "/claim/withdrawRequest"
tags: ["Claim"]
---

# /claim/withdrawRequest

`POST /claim/withdrawRequest`

Use this endpoint to request a claim to be withdrawn

## Request body

- object
  - `providerId` integer, required — Your unique provider identifier from SoFi Tech Solutions. Pattern: Max 10 digits Example: `9999`
  - `transactionId` string, required — Supply a globally unique ID to identify this endpoint request ("transaction"). Pattern: Max 60 characters Example: `"984513-395483653-4483483478"`
  - `ClaimId` string, required — Unique claim ID
  - `WithdrawalReason` string, required — Reason for claim to be withdrawn
  - `TransactionList` object[], required — List of transactions to be withdrawn
    - `TransactionId` string, required — ID for the disputed transaction: `P[prog_id]|[prn]|[auth_id]|[network_code]|[trans_code]` Example: `P111|999123456789|0169|M|AUA`

## Response `200`

Successful claim withdraw request

- object[]
  - `Type` 'Error' | 'Success' — Status of the request
  - `Message` string — Message about the status
  - `Code` string — Numeric code for the status

## Other responses

- `400` — Error withdrawing claim
- `500` — Error withdraw claim request

---

[API](https://skmtc.net/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.net/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo-ft/program-api/revisions/bcd728f97a18/schema)
