PayoutCreateAsync
Creates a new payout asynchronously. The payout will be created in CREATING state and then transition to DRAFT once the vendor payouts are created.
type PayoutCreateAsync {
payoutErrors: [PayoutError!]!
payout: Payout
}
Fields
PayoutCreateAsync.payoutErrors ● [PayoutError!]! non-null object
PayoutCreateAsync.payout ● Payout object
Returned By
payoutCreateAsync mutation