POST
/
admin
/
signup
/
step_three
curl --request POST \
  --url https://api.helpyousponsor.com/v1/admin/signup/step_three \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": 123,
  "number": "<string>",
  "cvc": "<string>",
  "expiryMonth": "<string>",
  "expiryYear": "<string>",
  "first_name": "<string>",
  "last_name": "<string>"
}'
{
  "message": "<string>",
  "status": "<string>"
}

Body

application/json
Data required for the third step of user signup
user_id
integer
required
number
string
required
cvc
string
required
expiryMonth
string
required
expiryYear
string
required
first_name
string
last_name
string

Response

200
application/json
User signup step three successful
message
string
status
string