Payout orders Cancel
Cancel a payout order if is possible
Can be used to cancel a payout order if it is still waiting to be processed
patch/payout_orders/{payout_order_id}/state
Response
Returns when was possible to cancel the payout order identified by the given id.
Example response
{
"shinkansen_payout_order_state": "cancelled"
}