Transfer funds instantly between two wallets on your Kulmi Pay account. Both wallets must belong to your business and share the same currency.
Use this endpoint to move funds between two wallets that belong to your account. The transfer is atomic — both the debit and credit are applied in the same transaction, so you will never see funds in transit. Both wallets must be in the same currency and must belong to your business.Method:POST URL:https://app.kulmipay.com/api/v1/wallets/{wallet_id}/intra_transfer/Replace {wallet_id} with the wallet_id of the source wallet you want to debit.
The transfer will fail if the source wallet’s available_balance is less than the requested amount. Always check available_balance — not current_balance — before initiating a transfer, as holds and uncleared funds reduce the available amount.
A description for this transfer. Appears in the transaction statement for both the origin and destination wallets. Alphanumeric and standard punctuation characters only.