mutation

getRefundBeneficiariesUsingOTPSession

Retrieve the list of refund beneficiaries (Bank or UPI) associated with a given order and shipment. This query requires an active OTP session for security. Optional filtering can be applied using `filterBy` to restrict results to beneficiaries directly linked to either the order or the shipment.
Arguments
orderId
String
Unique identifier of the order.
shipmentId
String
Unique identifier of the shipment.
filterBy
FilterByEnum
Filter scope of the response. - order: Only beneficiaries linked to the given orderId. - shipment: Only beneficiaries linked to the given shipmentId.
Response
List of saved UPI beneficiaries linked to the user.
List of saved Bank beneficiaries linked to the user.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...