getAllChargeIntents

Retrieves a paginated list of all charge intents for the merchant.

Return

A Pair containing a ChargeIntentResponses.ListChargeIntentsResponse on success, or a NetworkingError on failure.

Parameters

page

The 1-based page number to retrieve, or null to use the API default.

perPage

The number of results per page, or null to use the API default.


Retrieves a paginated list of all charge intents for the merchant.

Parameters

page

The 1-based page number to retrieve, or null to use the API default.

perPage

The number of results per page, or null to use the API default.

completionHandler

Called with a ChargeIntentResponses.ListChargeIntentsResponse on success, or a NetworkingError on failure.