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.
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"
}
put kyc handle otp ok
The response is of type object
.