Creates a payoutAsk AIpost https://api.sandbox.cuentamono.com/v1/core/payoutsEndpoint to create payoutsBody ParamsAttributes to create a payoutco_achco_brebco_mono_turboco_transfiyatargetobjectrequiredCommonPayoutTarget objectaccount_idstringrequiredA core account identifierdescriptionstring | nullA description for the payoutexternal_idstringrequiredA unique identifier to handle idempotency. If the identifier already exists, the payout creation is skipped and the HTTP code response is 200. If not, a new payout is created and the HTTP code response is 201.metadataobject | nullA tenant-managed flat map for providing additional data about the payout. The values are stored and displayed as strings, and the provided information will be returned as-is in the payout details.metadata object | nullmethodstringenumrequiredSpecifies the way or process used to execute the payout. Each method is only available for certain countries and currencies, and the processing time for completing a payout will vary depending on the selected method.co_achco_achAllowed:co_achmethod_paramsobject | nullmethod_params object | nullreferencestring | nullA reference for the payoutsource_amountobject | nullThe amount to be debited from the source account, specified in the same currency as the source account, This amount include the fees if were configured. If this field is null, its value can be automatically calculated from the target amount.source_amount object | nulltarget_amountobject | nullThe amount to be credited to the target account, specified in the same currency as the target account. If this field is null, its value can be automatically calculated from the source amount.target_amount object | nullResponses 200Successful response when an idempotent request 201Successful response when created 400400 Bad Request 401401 Unauthorized 403403 Forbidden 404404 Not Found 422422 Unprocessable ContentCallbackUpdated 7 months ago