username:password
Authorization: Basic *****************
{
"billing": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postal_code": "string",
"state": "string"
}
},
"email": "string",
"phone_number": "string",
"metadata": [
{}
],
"company": {
"tax_id_provided": true
},
"individual": {
"card_issuing": {
"user_terms_acceptance": {
"date": 0,
"ip": "string",
"user_agent": "string"
}
},
"dob": {
"day": 0,
"month": 0,
"year": 0
},
"first_name": "string",
"last_name": "string",
"verification": {
"document": {
"back": "string",
"front": "string"
}
}
},
"spending_controls": {
"spending_limits": {
"amount": 0,
"interval": "per_authorization"
},
"spending_limits_currency": "string"
},
"status": "active"
}
curl --location --request POST 'https://apitest.wooshpay.com/v1/issuing/cardholders/' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"billing": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postal_code": "string",
"state": "string"
}
},
"email": "string",
"phone_number": "string",
"metadata": [
{}
],
"company": {
"tax_id_provided": true
},
"individual": {
"card_issuing": {
"user_terms_acceptance": {
"date": 0,
"ip": "string",
"user_agent": "string"
}
},
"dob": {
"day": 0,
"month": 0,
"year": 0
},
"first_name": "string",
"last_name": "string",
"verification": {
"document": {
"back": "string",
"front": "string"
}
}
},
"spending_controls": {
"spending_limits": {
"amount": 0,
"interval": "per_authorization"
},
"spending_limits_currency": "string"
},
"status": "active"
}'
{
"id": "string",
"object": "string",
"billing": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postal_code": "string",
"state": "string"
}
},
"name": "string",
"email": "string",
"phone_number": "string",
"metadata": [
{}
],
"company": {
"tax_id_provided": true
},
"created": 0,
"individual": {
"card_issuing": {
"user_terms_acceptance": {
"date": 0,
"ip": "string",
"user_agent": "string"
}
},
"dob": {
"day": 0,
"month": 0,
"year": 0
},
"first_name": "string",
"last_name": "string",
"verification": {
"document": {
"back": "string",
"front": "string"
}
}
},
"livemode": true,
"spending_controls": {
"spending_limits": {
"amount": 0,
"interval": "per_authorization"
},
"spending_limits_currency": "string"
},
"status": "active",
"type": "individual"
}