Payout orders State
Get the status of a payout order
Can be used when the participant is unsure whether a payout order response was sent to their webhook or is still pending. The payout oder state is either "created", "waiting_approval", "approved", "enqueued", "executing", "cancelled", "rejected", "succeeded" or "failed"
get/payout_orders/{payout_order_id}/state
Response
Returns the state of the payout order identified by the given id.
Example response
{
"shinkansen_payout_order_state": "created"
}