Payout
Retrieves the collection of Payout resources.
Retrieves the collection of Payout resources.
get/payouts
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
Payout collection
Example response
[
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcId": "GH2JK-67283H-YW82KHX-2883KK-KS78S",
"amount": 74753,
"arrivalDate": "2020-11-03T02:17:40.080Z",
"automatic": "true",
"balanceTransactionId": "7464",
"created": "2020-11-03",
"currency": "USD",
"payoutDescription": "Payout description",
"destinationId": "44",
"failureBalanceTransactionId": "py_1L9D8G2eZgTElo2CaKQjce77",
"failureCode": "error 43",
"failureMessage": "payment failed",
"method": "Standard",
"sourceType": "card",
"status": "pending",
"payoutType": "card"
}
]