Update a ChargeCapturePostBilledChange

Beta

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Request

This endpoint expects an object.
charge_capture_change_idslist of UUIDsRequired

A list of UUIDs corresponding to ChargeCapturePostBilledChanges. All of the charges sent will be marked as resolved

resolvedbooleanRequired

Whether the change has been resolved. If true, the change will be marked as resolved. If false, the change will be marked as unresolved.

Response

This endpoint returns a list of objects.
idUUID
messagestring
resolvedboolean

Errors