Magidoc

PayoutMethod
Object

A payout method

Fields

#

id

Non-null

Unique identifier for this payout method

publicId

Non-null

The resource public id (ie: po_xxxxxxxx)

type

The type of this payout method (usually the payment provider)

name

A friendly name for users to easily find their payout methods

isSaved

Whether this payout method has been saved to be used for future payouts

data

The actual data for this payout method. Content depends on the type.

canBeEdited

Whether this payout method can be edited

canBeDeleted

Whether this payout method can be deleted or only archived

canBeArchived

Whether this payout method can be archived

isVerified

For PayPal payout methods: whether the PayPal account has been verified via OAuth. Null for other types.

createdAt

Non-null

The date and time this payout method was created

updatedAt

Non-null

The date and time this payout method was updated

Usages

#

References

#

  • Field payoutMethods from Host
  • Field payoutMethods from Bot