curl --request GET \
--url https://api.stage.rocka.live/api/payouts \
--header 'x-api-key: <api-key>'[
{
"id": "<string>",
"amount": 123,
"currency": "<string>",
"fee": 123,
"balanceAfterOperation": 123,
"balanceImpact": 123,
"operationType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"executedAt": "2023-11-07T05:31:56Z",
"receivedAt": "2023-11-07T05:31:56Z",
"rejectReason": "<string>",
"status": "<string>"
}
]curl --request GET \
--url https://api.stage.rocka.live/api/payouts \
--header 'x-api-key: <api-key>'[
{
"id": "<string>",
"amount": 123,
"currency": "<string>",
"fee": 123,
"balanceAfterOperation": 123,
"balanceImpact": 123,
"operationType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"executedAt": "2023-11-07T05:31:56Z",
"receivedAt": "2023-11-07T05:31:56Z",
"rejectReason": "<string>",
"status": "<string>"
}
]Only include payouts that were made after a certain date. YYYY-MM-DD.
Only include payouts that were made before a certain date. YYYY-MM-DD.
Payout status.
Processing, Executing, Failed, Done, Rejected Payout ID.
The total amount that was transferred, in decimal format.
Payout currency.
Total fees.
Total balance remaining after this payout was completed.
The net change to the balance.
Transaction type.
The date and time the payout transaction was created.
The date and time the payout transaction was completed.
The date and time the recipient received the payout.
The reason why the payout failed.
Payout status.
Was this page helpful?