Cash Operations (Viacash)

(Sandbox only) Test cash operation process

This endpoint allows you to manually update the status of a cash operation. You may only use this endpoint on Sandbox. You may only use this endpoint on cash operations with a status of CREATED, and you may only supply the values PAID, CANCELED, or EXPIRED.

patch/v1/cash_operations/{cash_operation_id}

Path parameters

cash_operation_idstring required

ID of the cash operation.

Request body

status'PAID' | 'EXPIRED' | 'CANCELLED' required

The status to apply to the cash operation.

Response

Cash operation patched successfully.