get https://api.getansa.com/v1/customers/
Retrieves a Customer object using the specified customer ID.
If detailed
query param is provided with a boolean true
, the return response includes customer’s payment methods and auto reload configuration by adding paymentMethodList
and autoReloadConfig
to the response payload. Otherwise, paymentMethodList
and autoReloadConfig
will be absent from the response payload.
Authorization Scope
Both the merchant secret key and client secret key are authorized to call this endpoint.