Class Payouts
Payouts resource.
- ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable
-
Klarna\Rest\Resource
-
Klarna\Rest\Settlements\Payouts
Namespace: Klarna\Rest\Settlements
Example: docs/examples/SettlementsAPI/Payouts/get_all_payouts.php Returns a collection of payouts
Example: docs/examples/SettlementsAPI/Payouts/get_payout.php Returns a specific payout based on a payment reference
Example: docs/examples/SettlementsAPI/Payouts/get_summary.php Returns a summary of payouts for each currency code
Located at Klarna/Rest/Settlements/Payouts.php
Example: docs/examples/SettlementsAPI/Payouts/get_all_payouts.php Returns a collection of payouts
Example: docs/examples/SettlementsAPI/Payouts/get_payout.php Returns a specific payout based on a payment reference
Example: docs/examples/SettlementsAPI/Payouts/get_summary.php Returns a summary of payouts for each currency code
Located at Klarna/Rest/Settlements/Payouts.php
Methods summary
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
array
|
#
getSummary( array $params = [] )
Returns a summary of payouts for each currency code in a date range. |
Methods inherited from Klarna\Rest\Resource
delete(),
exchangeArray(),
get(),
getId(),
getLocation(),
patch(),
post(),
put(),
request(),
setId(),
setLocation()
Methods inherited from ArrayObject
append(),
asort(),
count(),
getArrayCopy(),
getFlags(),
getIterator(),
getIteratorClass(),
ksort(),
natcasesort(),
natsort(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
serialize(),
setFlags(),
setIteratorClass(),
uasort(),
uksort(),
unserialize()
Magic methods summary
Constants summary
Constants inherited from Klarna\Rest\Resource
Constants inherited from ArrayObject
ARRAY_AS_PROPS,
STD_PROP_LIST
Properties summary
public static
string
|
$path
Path to the resource endpoint. |
#
'/settlements/v1/payouts'
|