Skip to main content

List Payout Accounts

GET 

/payout_accounts

List Payout Accounts

Request

Query Parameters

    page int32

    Default value: 1

    Page to list

Responses

Successful operation
Schema

    payout_accounts

    object[]required
  • Array [

  • id uuidrequired

    The ID of the payout account.

    account_type AccountType (string)required

    Possible values: [bank, wallet]

    Indicates the payout account type.

    currency Currency (string)required

    ISO-4217 three-letter currency code.

    properties objectrequired

    Contains the public information relevant to the payout account. For example, the IBAN of the bank account. Every service provider can provide a different set of properties.

    created_at timestamprequired

    Date and time when the payout account was created.

  • ]

  • metaobjectrequired
    current_page integer
    next_page integer
    prev_page integer
    total_pages integer
    total_count integer
Loading...