Facades: payout
Overview
Allows a merchant to invite clients to sign up for a BitPay personal account.
Parameters
Parameter | Description |
---|---|
payout * | A Payout object with request parameters defined |
Example
Note
In this example, we assume that a Client has already been initialized and assigned to the
bitpay
variable.
payout = Payout()
payout.notification_email = '[email protected]'
payout.notification_url = 'https://my-url.com'
bitpay.submit_payout(payout)