Create Payout Request

Facades: payout

Overview

Allows a merchant to invite clients to sign up for a BitPay personal account.

Example

const payout = new Payout(12.34, Currency.USD, Currency.USD);
payout.recipientId = 'someRecipientId';

const createdPayout = await client.submitPayout(payout);