Skip to main content

Get payouts

This endpoint is only available to select business accounts. Reach out to partners@strike.me for more info.

Required scopes:

  • partner.payout.read

Query Parameters
$skip int32

Skip the specified number of entries

$top int32

Possible values: value ≤ 100

Get the top X number of records. Max value: 100

Responses
200

Success

Schema OPTIONAL
items object[]

The page items.

id uuid

Id of the payout.

state string

Possible values: [NEW, INITIATED, COMPLETED, FAILED, REVERSED]

Current state of the payout.

created date-time

Time of payout creation.

paymentMethodId uuid

Id of the payment method used for the payout.

originatorId uuid OPTIONAL

Id of the payout originator. Payout originator is the actual source of funds.

amount object

Amount paid out. Does not include the fee. The total amount spent is amount + fee.

amount string
currency string

Possible values: [USD, EUR]

fee object OPTIONAL

Fee charged for the payout.

amount string
currency string

Possible values: [USD, EUR]

initiated date-time OPTIONAL

Time when the payout was initiated.

completed date-time OPTIONAL

Time when the payout was completed. This is the time when the funds were sent to the receiver not when the receiver received the funds. It might take some additional time for the receiver's bank to process the payment.

count int64

Total number of records.