Create Payout RequestFacades: payoutOverview Allows a merchant to invite clients to sign up for a BitPay personal account. Example TypeScriptconst payout = new Payout(12.34, Currency.USD, Currency.USD); payout.recipientId = 'someRecipientId'; const createdPayout = await client.submitPayout(payout);