Address

Address: Find

See also the Address response object.

  1. Node
gateway.address.find("aCustomerId", "anAddressId", (err, address) => {
});

If the address or customer can't be found, it will return a notFoundError.

Arguments
addressIdrequired, String
The two-letter value for an address associated with a specific customer ID. The maximum number of addresses per customer is 50.
customerIdrequired, String
A string value representing an existing customer in your Vault.
Additional Parameters
The phone number that belongs to the address. Phone number must be 10-14 characters and can only contain numbers, hyphens and parentheses.