v1
latestOpenAPI 3.1.02026-08-0425501.2 MBView Customer Profile
get/api/valor-vault/getcustomer/{vault_id}
Path parameters
vault_idstring required
Vault customer ID (Numeric- Length of max chars 11)
Headers
Valor-App-IDstring required
Merchant APP ID (Alphanumeric - Length of 32 chars and special chars $@%#)
Valor-App-Keystring required
Merchant APP KEY (Alphanumeric - Length of 32 chars and special chars $@%#)
Response
200
Example response
{
"code": 200,
"status": "OK",
"message": "Success",
"data": {
"id": 3540,
"customer_name": "Melvin11",
"email": "catherinepelliott@dayrep.com",
"phone": "6129160161",
"company": "Home Centers",
"total_card_count": 1,
"address_details": [
{
"address_id": 3951,
"address_label": "Home",
"billing_customer_name": "Catherine P. Elliott",
"billing_street_no": "2629",
"billing_street_name": "Rocket Drive",
"billing_unit": "56",
"billing_zip": "55427",
"billing_city": "Golden Valley",
"billing_state": "MN",
"shipping_customer_name": "Carolina M. Morris",
"shipping_street_no": "1650",
"shipping_street_name": "Chicago Avenue",
"shipping_unit": "56",
"shipping_zip": "93721",
"shipping_city": "Fresno",
"shipping_state": "CA"
}
]
}
}