mutation

verifyOtpForRefundBankDetails

Verify OTP sent by customer. Used to verify OTP for refund bank details.
Arguments
orderId
String
A unique number used for identifying and tracking your orders. For example, 'FY63C1FBA80195F734C0'.
You can get orderId from the query orders.
shipmentId
String
ID of the shipment. An order may contain multiple items and may get divided into one or more shipment, each having its own ID. For example, '16736576489251696245'.
You can get shipmentId from the query order.shipments[].shipment_id.
verifyOtpInput
VerifyOtpInput
Schema for verify otp. Example: { otp_code: '123456', request_id: '63c1fd1baf6c6925304395cb' }.
Response
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...