Skip to main content
POST
Resubmit Card User

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string
Accept
string

Body

application/json
card_user_reference
string
Example:

"81188cea-e18e-48b5-8130-75af37f48487"

first_name
string
Example:

"your-firstname"

last_name
string
Example:

"your-lastname"

address
string
Example:

"your-address"

phone
string
Example:

"774964996"

email
string
Example:

"your@mail.com"

id_no
string
Example:

"20119991010000621"

selfie_image
string
Example:

"https://example.com/selfie.png"

id_image
string
Example:

"https://example.com/id.png"

back_id_image
string
Example:

"https://example.com/backid.png"

Response

OK

message
string
Example:

"Card User verification in progress"

statusCode
integer
Example:

200

userCard
object