KYC
Create kyc
KYC
Transfer
discount
KYC
Create kyc
Create kyc
POST
/
kyc
curl --request POST \
--url https://staging-api.getpartna.com/v4/kyc \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>' \
--data '{
"accountName": "kycaccount",
"bvn": "01234567891"
}'
{
"data": {
"maskedPhone": "+234800****000",
"methods": [
{
"hint": "Complete phone verification by providing the phone number associated with your bvn",
"method": "phone verification"
}
]
},
"message": "success"
}
Body
application/json
Response
200
application/json
Create kyc success
The response is of type object
.
curl --request POST \
--url https://staging-api.getpartna.com/v4/kyc \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>' \
--data '{
"accountName": "kycaccount",
"bvn": "01234567891"
}'
{
"data": {
"maskedPhone": "+234800****000",
"methods": [
{
"hint": "Complete phone verification by providing the phone number associated with your bvn",
"method": "phone verification"
}
]
},
"message": "success"
}