get https://api.juspay.in/payout/merchant/v1/orders/:orderId?expand=fulfillment,payment,refund
Get order status is an API call to fetch the latest status for a particular payout request placed
Possible values for status :
status | Details | Action |
---|---|---|
CREATED | Order Created | Pending |
READY_FOR_FULFILLMENT | Payment Received and can be added to scheduler | Pending |
FULFILLMENTS_SCHEDULED | Task added to scheduler but not yet picked up | Pending |
FULFILLMENTS_FAILURE | All Fulfillment attempts are Failed | Failure |
FULFILLMENTS_SUCCESSFUL | Fulfillment completed successfully | Success |
FULFILLMENTS_MANUAL_REVIEW | Any one of the Fulfillment is in MANUAL_REVIEW | Check with Bank |