Skip to main content
PUT
Update Payment

Path Parameters

integer
required
The unique identifier of the payment to update

Request Body

number
The payment amount
string
Payment processor (stripe, paypal, square, etc.)
string
Payment method (credit_card, paypal, cash, etc.)
string
Payment portion (full, partial, etc.)
string
Transaction kind (capture, refund, etc.)
string
Payment status (succeeded, processing, failed)
string
Payment transaction token from processor
string
Additional notes about the payment
string
Receipt number for the payment

Example Request

Example Response

Error Responses