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"
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Body

application/json
accountName
string
required

valid account name

bvn
string
required

valid bvn

Response

200
application/json
Create kyc success
data
object
message
string