Payouts
curl -X 'GET' \
'https://pos.dev-api.vibrant.app/pos/v1/payouts' \
-H 'accept: application/json' \
-H 'apikey: vibrant_pos.YOUR_SECRET_KEY'Last updated
curl -X 'GET' \
'https://pos.dev-api.vibrant.app/pos/v1/payouts' \
-H 'accept: application/json' \
-H 'apikey: vibrant_pos.YOUR_SECRET_KEY'Last updated
GET /pos/v1/payouts/{id} HTTP/1.1
apikey: YOUR_API_KEY
Accept: */*
{
"id": "po_2froTe3Wd8W3aSn1hX4vzE",
"object": "payout",
"accountId": "acct_1LqEqnFYPs6vK4Hr",
"amount": 2000,
"arrivalDate": 1671087901251,
"balanceTransactionId": "text",
"automatic": true,
"currency": "DKK",
"description": " ",
"destination": "123",
"failureBalance_transaction": "123",
"failureCode": "",
"failureMessage": "",
"metadata": "{\"correlation_id: \"abc123\"}",
"method": "",
"originalPayout": "",
"reconciliationStatus": "",
"reversedBy": "",
"sourceType": "",
"statementDescriptor": "",
"status": "",
"type": ""
}