Verifies the OTP submitted by the customer for a specific shipment.
Supported values include:
- `refund_bank_details`: OTP is sent to verify the customer's bank details before processing a refund.
- `customer_ndr`: OTP is sent to confirm redelivery instructions or preferences after a failed delivery attempt.
Arguments
orderId
StringA unique number used for identifying and tracking your orders.
shipmentId
StringID of the shipment. An order may contain multiple items and may get divided into one or more shipment, each having its own ID.
verifyOtpInput
VerifyOtpInputSchema for verify otp.
Response
Mutation
Try it
Input Variables
Response
Was this section helpful?