An API used to complete an account to account transcation by using an account details. This API will throw a 401 error code if TOTP (aka Two Factor Auth) is enabled on the logged in user until the request is sent with a security-code header containing a valid value.To perform an account to account transfer (eWallet), please use the example below replacing key and sourceAccount with the values you have from the previous steps. This feature is intended to transfer money to any MiFinity account. For test purposes, login into the MiFinity portal in Demo and create an account. Use the number of this newly created account as the destinationAccount.

Log in to see full request history
Body Params
string
required

Account number from which the amount of money will be debited

string
required

Can be either email address or MiFinity account number to receive the credit

money
object
required

Complex Money object containing transfer amount and currency

string
required

Description for this transfer which min character is 1 and max characters are 25

string
required

Unique transaction identifier. You can assign any value

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json