Skip to main content
POST
Create Kyc Address
This API will create a new KYC address record for customer verification.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
kycId
string
required
street
string
required
town
string
required
country
string
required

example GH,KE,NG

Response

200 - application/json
success
boolean
Example:

true

message
string
Example:

"Kyc Address created successfully"

data
object