Resend OTP forĀ 2FA


POST: https://sandbox.monnify.com/api/v1/disbursements/single/resend-otp

This endpoint is protected with Basic Authentication

Sample Request Body

{
	"reference" : "{{reference}}"
}

Sample Response Body

{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "message": "Authorization code will be processed and sent to predefined email addresses(s)"
    }
}