payouts

List Payouts

get/v2/payouts/

Query parameters

createdstring date-time
paymentstring
Example:paym_yWYfCSzsUUhr9KwMv7vuLZHX
startinteger
limitinteger

Response

Successful Response

Example response

{
  "range": {
    "start": 42,
    "end": 52,
    "limit": 10,
    "count": 1337,
    "has_more": true
  },
  "payouts": [
    {
      "id": "pout_yWYfCSzsUUhr9KwMv7vuLZHX"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.