Create Payout RequestCopy PageFacades: 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);Updated 10 months ago Recipient WebhooksCreate Payout GroupDid this page help you?YesNo