mutation

verifyOtpForRefundBankDetails

Verify OTP sent by customer.
Arguments
orderId
String
A unique number used for identifying and tracking your 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.
verifyOtpInput
VerifyOtpInput
Schema for verify otp.
Response
success
Boolean
Indicates whether the request was successful.
message
String
Error message indicating if the verification data is expired or if the request is malformed, helping to diagnose and address issues with the verification process.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...