When OTP is required
Crypto payouts returnisOTPRequired in the creation response. If it is true, the payout stays in created until you finish the OTP flow. When it is false, no OTP step is needed.
Steps to complete the payout
Send the OTP
Call Send OTP via SMS using the same authenticated merchant context you used to create the payout.
Validate the OTP
Call Validate crypto payout OTP with the payout order ID (
oid). On success, the payout can move from created to the next processing state.OTP applies only when
isOTPRequired is true. Otherwise, the payout continues without OTP validation.