POST
/
card-users
/
resubmit
curl --request POST \
  --url https://api.sandbox.saalal.com/v1/card-users/resubmit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "card_user_reference": "81188cea-e18e-48b5-8130-75af37f48487",
  "first_name": "your-firstname",
  "last_name": "your-lastname",
  "address": "the address of your home",
  "phone": "774964996",
  "email": "your@mail.com",
  "id_no": "20119991010000621",
  "selfie_image": "https://your-image.com",
  "id_image": "https://your-image.com",
  "back_id_image": "https://your-image.com"
}'
{
  "message": "OK",
  "statusCode": 200,
  "data": {
    "message": "Card User verification in progress",
    "userCard": {
      "reference": "88c2f29c-2fba-40f1-a303-b33008e42fe9",
      "first_name": "Testeur",
      "last_name": "glock",
      "address": "Pikine Texaco 11",
      "id_no": "17521999133211635",
      "phone": "221776854872",
      "email": "testingboy@gmail.com"
    }
  }
}

Authorizations

Authorization
string
headerrequired

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
first_name
string
last_name
string
address
string
phone
string
email
string
id_no
string
selfie_image
string
id_image
string
back_id_image
string

Response

200 - application/json
message
string
statusCode
integer
userCard
object