Methods |
public
|
listCardAccounts(string $fetch = self::FETCH_OBJECT): CardAccount[]|ResponseInterface|null
Parameters
$fetch |
Fetch mode to use (can be OBJECT or RESPONSE)
|
Throws
|
#
|
public
|
listPrimaryCardStatements(
array $queryParameters = [],
string $fetch = self::FETCH_OBJECT,
): PageStatement|ResponseInterface|null
This endpoint lists all finalized statements for the primary card account.
This endpoint lists all finalized statements for the primary card account.
Parameters
$queryParameters |
{
|
$fetch |
Fetch mode to use (can be OBJECT or RESPONSE)
|
Throws
|
#
|
public
|
listAccounts(string $fetch = self::FETCH_OBJECT): PageCashAccount|ResponseInterface|null
Parameters
$fetch |
Fetch mode to use (can be OBJECT or RESPONSE)
|
Throws
|
#
|
public
|
getPrimaryAccount(string $fetch = self::FETCH_OBJECT): CashAccount|ResponseInterface|null
Parameters
$fetch |
Fetch mode to use (can be OBJECT or RESPONSE)
|
Throws
|
#
|
public
|
getAccount(string $id, string $fetch = self::FETCH_OBJECT): CashAccount|ResponseInterface|null
This endpoint returns the cash account associated with the provided ID with its status.
This endpoint returns the cash account associated with the provided ID with its status.
Parameters
$fetch |
Fetch mode to use (can be OBJECT or RESPONSE)
|
Throws
|
#
|
public
|
listCashStatements(
string $id,
array $queryParameters = [],
string $fetch = self::FETCH_OBJECT,
): PageStatement|ResponseInterface|null
This endpoint lists all finalized statements for the cash account by ID.
This endpoint lists all finalized statements for the cash account by ID.
Parameters
$queryParameters |
{
|
$fetch |
Fetch mode to use (can be OBJECT or RESPONSE)
|
Throws
|
#
|
public
|
listPrimaryCardTransactions(
array $queryParameters = [],
string $fetch = self::FETCH_OBJECT,
): PageCardTransaction|ResponseInterface|null
This endpoint lists all settled transactions for the primary card account.
Regular users may only fetch their own …
This endpoint lists all settled transactions for the primary card account.
Regular users may only fetch their own "PURCHASE","REFUND" and "CHARGEBACK" settled transactions.
Parameters
$queryParameters |
{
|
$fetch |
Fetch mode to use (can be OBJECT or RESPONSE)
|
Throws
|
#
|
public
|
listCashTransactions(
string $id,
array $queryParameters = [],
string $fetch = self::FETCH_OBJECT,
): PageCashTransaction|ResponseInterface|null
This endpoint lists all transactions for the cash account with the selected ID.
This endpoint lists all transactions for the cash account with the selected ID.
Parameters
$queryParameters |
{
|
$fetch |
Fetch mode to use (can be OBJECT or RESPONSE)
|
Throws
|
#
|
public
static
|
create($httpClient = null, array $additionalPlugins = [], array $additionalNormalizers = [])
|
#
|