Move Funds


Moving funds from transactive account to bank acccount.

   Merchant can move balance from their transactive account to their bank account


How to move funds?

The POST request will be send over HTTPS to the endpoint.


What Parameters are required?

custId - MerchantId
walletOwnerId - For Decimal Finance Mobile App User it will be 7
fromIban – Merchant IBAN Number
fromName – Merchant Name
fromCurrencyCode - Merchants Own Currency
amount – Merchants Amount
transactionId – A Unique Transaction Number
verificationHash – Verification Hash is the combination of (secretkey +amount + walletOwnerId + fromCurrencyCode)


How to Generate Verification Hash Online?

https://www.freeformatter.com/sha256-generator.html#ad-output

Sample Request


Sample Response


List of response code from API

Response Code Message
1 SUCCESS
2 FAILED
3 INVALID TOKEN