Skip to main content

Create Payout Account

POST 

/payout_accounts

Create Payout Account

Request

Body

required
    account_type AccountType (string)required

    Possible values: [bank, wallet]

    Indicates the payout account type.

    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.

    credentials objectrequired

    Contains the secret information relevant to the payout account. For example, the private key configured for this account. Every service provider can provide a different set of credentials.

Responses

Successful operation
Schema
    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.

Loading...