---
title: "Processes a payment over at the payment portal"
method: PUT
path: "/filing-fee/process-payment"
tags: ["payment-portal"]
---

# Processes a payment over at the payment portal

`PUT /filing-fee/process-payment`

Processes a payment over at the payment portal.

## Request body

- object
  - `docketNumber` string — the unique docket number associated with the case

## Response `200`

200 response

- FilingFeePaymentDetails
  - `paymentStatus` string, required
  - `transactions` object[], required
    - `transactionStatus` string, required
    - `payGovTrackingId` string
    - `paymentMethod` string
    - `returnDetail` string
    - `createdTimestamp` string
    - `updatedTimestamp` string

---

[API](https://skmtc.net/ustaxcourt/apis/dev-ef-cms.md) · [All operations](https://skmtc.net/ustaxcourt/apis/dev-ef-cms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ustaxcourt/dev-ef-cms/revisions/d53330c6d43f/schema)
