post https://wassdev.idbanc.com/wallet/create
This endpoint creates a wallet and associates it with the specified organization and owner.
Request Body
The request should include the following parameters:
Parameter | Type | Description |
---|---|---|
organizationId | string | This parameter is used to specify the unique identifier of the organization for which the wallet is being created. |
ownerId | string | This parameter is used to specify the unique identifier of the owner or user who will own and have access to the created wallet. |
accountName | string | This parameter provides a name or label for the wallet being created. It allows users to identify and differentiate between multiple wallets if needed. |
currency | string | This parameter is used to specify the type of currency that the wallet will hold. It could be the currency's name or code (e.g., USD, NGN, EUR). |