v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Add Customer Profile

post/api/valor-vault/addcustomer

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 $@%#)

Request body

customer_namestring required

Vault Customer Name - Alphabet (Max length of max 25 chars)

company_namestring

Vault Customer company name (Alphabet- length of max 25 chars)

customer_phonestring

Vault Customer Phone number - 10 digit Numeric (Ex: 5247896523)

customer_emailstring

Vault Customer email address - Varchar (Ex: test@domain.com, Max length of 50 chars)

Response

200

codeinteger
statusstring
vault_customer_idinteger

Example response

{
  "code": 201,
  "status": "OK",
  "vault_customer_id": 2678
}