List payout methods

List all payout instrument options available for a specific order. This API provides information on the refund supported, last date to initiate the refunds, payment source details, applicable payout methods along with input validation fields required for processing payout through the Payout Refunds API.

Warning

Please do not cache the response of this API, as the refund back to source are time dependent.

  • It includes two important fields: back_to_source_supported and last_date_to_refund.

  • Based on the values of back_to_source_supported and last_date_to_refund, refunds via source or refund via payout can be decided.

    • If back_to_source_supported is true and there is sufficient time remaining before the last_date_to_refund, Refund API(refunds via source) can be initiated.

    • If back_to_source_supported is true but the last_date_to_refund has passed, Payout refund API(refunds via payout) should be used.

    • If back_to_source_supported is false, only Payout refund API(refunds via payout) can be used.

  • If List payout methods response does not include two fieldsback_to_source_supported and last_date_to_refund,Refund API(refunds via source) can be initiated directly.

API Endpoints
Sandbox Link
GET
https://sandbox.juspay.in/refundMethods
Production Link
GET
https://api.juspay.in/refundMethods
Authorization Header
Headers
Query Params
200 : Success
401 : Authentication Failed
Last updated 9 months ago