Payment Manager
Manages payment related operations.
Properties
Determines the appropriate oauth token for any given query. This can be either the access token or the user token. Default behavior is to return the user token if available and fall back to the access token if not. Order of precedence:
Used to control manager's synchronous state. Default is asynchronous
Token that is used a single time. Once used, it should be set to null
Functions
Performs an authorization for the given payment.
Performs a capture for the given transaction.
Calcualtes the HMAC token and appends it to the appropriate token for more security
Gets the Google Pay request configuration from the first available payment gateway.
Retrieves a previous transaction from the remote server
Performs a sale for the given payment.
Voids the given transaction.