cURL
curl --request PUT \ --url https://staging-api.getpartna.com/v4/kyc/handle-otp \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-api-user: <api-key>' \ --data '{ "accountName": "", "accountNumber": "", "bankCode": "", "verificationMethod": "" }'
{ "data": null, "message": "OTP sent successfully" }
Choose BVN verification method.
sendotp
receiveotp
bankdetails
phone
phone_1
email
bank account number for bank account verification
bank code associated with user's bank
put kyc handle otp ok