Customer

Customer: Find

See also the Customer response object.

If you want to look up a single customer using its ID, use the find method.

  1. PHP
$customer = $gateway->customer()->find('a_customer_id');
Arguments
customerIdrequired, string
A string value representing an existing customer in your Vault.