Payout
Retrieves a Payout resource.
Retrieves a Payout resource.
get/payouts/{id}
Path parameters
idstring required
Resource identifier
Response
Payout resource
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"
}