Skip to main content
PATCH
Update a payment's reimbursement classification

Authorizations

Authorization
string
header
required

Pass your API key as a bearer token: Authorization: Bearer <API_KEY>.

Path Parameters

payment_id
string<uuid>
required

The ID of the payment intent to update.

Body

application/json
isReimbursement
boolean
required

The tax-only reimbursement classification to store. null, strings, numbers, and other non-boolean values are rejected.

Response

The stored reimbursement classification. Repeating this request with the same value returns the same result without changing payout processing, status, or fees.

data
object
required