Fund affiliatepost https://testapi.multisafepay.com/v1/json/accounts/{account_id}/fundsMake a fund transaction to an affiliated merchant's account.Path Paramsaccount_idstringrequiredThe unique identifier of the account.Body Paramsamountintegerrequired≥ 0The payment amount in the currency's smallest unit: Decimal currencies: Value for 10 EUR = 1000 (1000 cents) Zero-decimal currencies: Value for 10 JPY = 10 currencystringrequiredlength between 3 and 3The currency of the payment. Format: ISO-4217 currency code.descriptionstringrequiredlength between 2 and 512A description of the transaction, e.g. payout, charge.order_idstringrequiredlength ≤ 128The unique identifier of the transaction.var1stringlength ≤ 500Variable for storing additional data.var2stringlength ≤ 500Variable for storing additional data.var3stringlength ≤ 500Variable for storing additional data, including split payments metadata.Responses 200Request successful 404Account not found 422Validation errorsUpdated 2 months ago