CustomerManager
Interface for accessing and modifying a Customer and its associated data. All requests are returned in an ApiResult for safe-accessing of the data or the error.
Functions
Add funds to a Customer balance by charging a provided PaymentMethod.
Adds a payment method of AddPaymentMethodType to a Customer
Create a VirtualCard for on device provisioning via provisionVirtualCard.
Deletes a payment method from a Customer
Gets the details for the merchant reload options for a specific customer
Gets the auto reload configuration for a specific customer
Gets any payment methods for a specific customer
Retrieves a list of Transactions for the specified customer. Also returns a string cursor if there is more than one page of results. Each page contains at most 50 results unless a lower limit is specified.
Facilitates the exchange of information to provision a virtual card into a user's digital wallet.
Sets the auto reload configuration for a specific customer
Spend funds from a Customer balance for a purchase.