post https://wassdev.idbanc.com/wallet/transfer
This endpoint facilitates the transfer of funds from one wallet to another within a specified organization.
Request Body
The request body should include the following parameters:
Parameter | Type | Description |
---|---|---|
fromAccountNumber | string | This is the internalAccountId of the sender |
toAccountNumber | string | This is the internalAccountId of the recipient |
amount | number | The amount of funds to transfer. This should be a positive numeric value. |
organizationId | string | The unique identifier of the organization within which the transfer is taking place. |
ownerId | string | The unique identifier of the owner initiating the transfer. |
memo | string | A note or message accompanying the transaction for additional context. |
yourTnxRef | string | A reference number for tracking the transaction. |
orgServiceCharge | object | An object that contains your organization service fee and settlement account |
creditAccountNumber | string | The account number where service charges will be credited. |
chargeAmount | number | The amount charged by your organization as a service fee for the transaction. |