Facades: payout
Overview
Updates a payout recipient.
Parameters
| Parameter | Description |
|---|---|
| recipient_id * | The recipient id for the recipient to be updated |
| recipient * | A PayoutRecipient object with updated parameters defined |
Example
NoteIn this example, we assume that a Client has already been initialized and assigned to the
bitpayvariable.
recipient = PayoutRecipient()
recipient.email = '[email protected]'
bitpay.update_payout_recipient('recipientId', recipient)