CardUsers
Create Card User
POST
/
card-users
/
create
Authorization
Header
Body
curl --request POST \
--url https://api.sandbox.saalal.com/v1/card-users/create \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"address": "rue ng 59 grand ngor",
"back_id_image": "https://bambara.coinhub.africa/storage/1310/image_picker_8156358E-64CF-431B-A803-9FCF47F14963-1364-000000691672C6D4.jpg",
"email": "ndiayendeyengone99@gmail.com",
"first_name": "ndeye ngone",
"id_image": "https://bambara.coinhub.africa/storage/1309/image_picker_ADCC3404-1E7F-4959-A226-262D1A23A6C0-1364-00000068CFCD2A74.jpg",
"id_no": "20119991010000621",
"last_name": "ndiaye",
"phone": "774964996",
"selfie_image": "https://bambara.coinhub.africa/storage/1311/image_picker_33DEBD5E-0F27-423F-97FC-6F86A1C44261-1364-0000006A588CEFD6.jpg"
}'
{
"data": {
"message": "Card User verification in progress",
"userCard": {
"address": "Pikine Texaco 11",
"email": "testingboy@gmail.com",
"first_name": "Testeur",
"id_no": "17521999133211635",
"last_name": "glock",
"phone": "221776854872",
"reference": "88c2f29c-2fba-40f1-a303-b33008e42fe9"
}
},
"message": "OK",
"statusCode": 200
}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type
string
Accept
string
Body
application/json
address
string
back_id_image
string
email
string
first_name
string
id_image
string
id_no
string
last_name
string
phone
string
selfie_image
string
Response
200 - application/json
message
string
statusCode
integer
userCard
object
curl --request POST \
--url https://api.sandbox.saalal.com/v1/card-users/create \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"address": "rue ng 59 grand ngor",
"back_id_image": "https://bambara.coinhub.africa/storage/1310/image_picker_8156358E-64CF-431B-A803-9FCF47F14963-1364-000000691672C6D4.jpg",
"email": "ndiayendeyengone99@gmail.com",
"first_name": "ndeye ngone",
"id_image": "https://bambara.coinhub.africa/storage/1309/image_picker_ADCC3404-1E7F-4959-A226-262D1A23A6C0-1364-00000068CFCD2A74.jpg",
"id_no": "20119991010000621",
"last_name": "ndiaye",
"phone": "774964996",
"selfie_image": "https://bambara.coinhub.africa/storage/1311/image_picker_33DEBD5E-0F27-423F-97FC-6F86A1C44261-1364-0000006A588CEFD6.jpg"
}'
{
"data": {
"message": "Card User verification in progress",
"userCard": {
"address": "Pikine Texaco 11",
"email": "testingboy@gmail.com",
"first_name": "Testeur",
"id_no": "17521999133211635",
"last_name": "glock",
"phone": "221776854872",
"reference": "88c2f29c-2fba-40f1-a303-b33008e42fe9"
}
},
"message": "OK",
"statusCode": 200
}