Payouts
Payouts represent an outflow of funds from a Mural Account. You can initiate a single or batch Payout in Mural via a Payout Request. Specify a source Account, the amount, and the payment details of the recipient via the Payouts API.
Individual payouts within a Payout Requests require payoutDetails and recipientInfo. This is how you define the destination recipient for your Payout. This information can be provided in one of two ways:
Counterparty and Payout Method (Preferred Method)
Using the Counterparties API, create a Counterparty and corresponding Payout Method. For more information on these concepts, check out the Counterparties documentation. You can then re-use the Counterparty and Payout Method via their corresponding identifiers in subsequent Payout Requests.
Inline Recipient
Inline payout recipient information can either be of type FIAT (e.g. EUR, MXN, USD, BRL, COP, etc.) to an external Bank Account, or of type BLOCKCHAIN (USDC / USDT) to a digital wallet. Please see the Fiat Rail Code documentation for more details on how to properly construct a fiat payout.

Updated about 1 month ago