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": "", "currency": "", "verificationMethod": "" } '
{ "message": "OTP sent successfully" }
Choose KYC verification method.
sendotp
receiveotp
bankdetails
phone
phone_1
email
bank account number for bank account verification
bank code associated with user's bank
KES
NGN
put kyc handle otp ok