API Reference
Fetch a payout's transactions for date
GET
/reports/payouts/{date}/transactionsPayout Reports
Payout reports contain information about your purchases, refunds, and disputes for a given date.
Query Parameters
datestring (date)· Defaults to 2022-01-01Request
curl
curl https://gateway.pmnts-sandbox.io/v1.0/reports/payouts/2024-01-01/transactions -u TEST:TESTResponse
400Invalid Date
json
{
"successful": false,
"response": null,
"errors": [
"Invalid date parameter"
],
}