Simulations (Dev)
Update a Payment's Status
POST
/
simulate
/
payments
/
{pmt_id}
Updates a Payment’s status.
Path Parameters
ID of the Payment
Body
The next status to which the Payment should transition. See Payment Statuses.
The desired Payment error code to simulate. Required when status is failed
, or reversal_processing
.
Returns
Returns a Payment object with the updated status.