Order Status
API is used to fetch the current status of payout created. Possible values for the order status
|
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
|
Consists of two parts.
Username: API Key obtained from Juspay dashboard
Password: Empty string
Example:- Basic MUQ2QUxxxxxxxxxxxxU5QTIxQzNFNTQwNkFDMEZCOg==
Pass merchant-id provided by Juspay
application/json
fulfillment, payment, refund based on requirement.
Timestamp at which order details were updated
Order level user defined fields passed in order create by the merchant
Current status of the order
Order ID passed by merchant in create order request
Timestamp at which fulfillment details were updated
Fulfillment level user defined fields passed by merchant
Timestamp at which transaction details were udpated
Reference ID assigned by Juspay for attempting the transaction
Current status of transaction created for the fulfilment
Value: CREATED | INITIATED | PENDING | FAILURE | SUCCESS | MANUAL_REVIEW | REVERSED | CONFLICTED
Combination of Gateway and Rail via which transaction is being attempted
Timestamp at which transaction was created at Juspay end
Amount of payout being attempted
Response message from Gateway
Response Code from Gateway
Response description
Gateway id from PG
Timestamp at which fulfillment order status was last updated
Current status of the fulfilment
Values: CREATED | SUCCESS | FAILURE | PENDING | MANUAL_REVIEW | CANCELLED
Preferred gateways passed by merchant in create order request
Customer ID passed by merchant in create order request
Fulfillment ID created by Juspay for the order
Gateways selected to attempt the fulfillment on. This will be combination of preferredMethodList and priority logic
Timestamp at which fulfillment was created
Beneficiary details passed by merchant in create order request
Payout type passed in create order request
Fulfillment amount passed by the merchant
Additional information included by merchant in create order request

