Account
Bank
Transfer
Discount
KYC
Supported
KYC
Handle BVN OTP Method
Choose BVN verification method.
PUT
/
kyc
/
handle-otp
Copy
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": ""
}'
Copy
{
"data": null,
"message": "OTP sent successfully"
}
Body
application/json
Response
200 - application/json
put kyc handle otp ok
The response is of type object
.
Copy
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": ""
}'
Copy
{
"data": null,
"message": "OTP sent successfully"
}
Assistant
Responses are generated using AI and may contain mistakes.