Order Status

API is used to fetch the current status of payout created. Possible values for the order status

Scroll inside to view more
Status
Details
Action
READY_FOR_FULFILLMENT
Request received by Juspay
Pending
FULFILLMENTS_SCHEDULED
Task added to scheduler and will be picked up
Pending
FULFILLMENTS_FAILURE
All transaction attempts have failed
Failure
FULFILLMENTS_SUCCESSFUL
Fulfillment completed successfully
Success
FULFILLMENTS_CANCELLED
Fulfillment cancelled by merchant from Dashboard
Failure
FULFILLMENTS_MANUAL_REVIEW
Any one of the Fulfillment is in MANUAL_REVIEW
To be reviewed with bank
API Endpoints
Sandbox Link
GET
https://sandbox.juspay.in/payout/merchant/v1/orders/:orderId?expand=fulfillment,payment,refund
Production Link
GET
https://api.juspay.in/payout/merchant/v1/orders/:orderId?expand=fulfillment,payment,refund
Authorization Header
Headers
Query Params
200 : Success
Last updated 2 years ago