Swap CurrenciesAsk AIpost https://www.sandbox.striga.com/api/v1/wallets/business/swapSwap currencies between accountsBody ParamsbusinessIduuidrequiredUnique Id of the business who is sending this transactionssourceAccountIdstringrequiredThe Id of the account to debitdestinationAccountIdstringrequiredThe Id of the account to creditamountstringrequiredThe amount denominated in the smallest divisible unit of the sending currency. For example, cents or satoshisipstringrequiredIP address collected as the IP address from which the End User is making the swap requestmemostringlength ≤ 15Optional memo - Alphanumeric string upto 15 characters in lengthsimulateFailurebooleanThe simulateFailure key is a boolean value that, when set to true, instructs the API to simulate a failed case. This feature is only available in a sandbox environmentfalsetruefalsefixedFeestring0 to 5000Optional fixedFee in Euro cents to override the default application fee configuration. This amount can only be <= the default configured amount for this transaction type.percentFeeBpsstring0 to 5000Optional percentage fee in bps to override the default application fee configuration. This amount can only be <= the default configured amount for this transaction type.Responses 200success 400Bad Request. The request was unacceptable, often due to missing a required parameter. 401Invalid authentication header 403Forbidden 500Unexpected server error.Updated 12 months ago