Get Wallet Details
The API is utilized to retrieve wallet details and fetches comprehensive information by specifying the wallet ID.
GET
/payments/wallets/?id=<wallet_id>
Body Parameters Request
Name
location
Type
Description
Required
id
url path
string
Wallet ID for retrieval.
Yes
Body Parameters Response
id
string
the id of the wallet
type
string
the type of entity (wallet)
balance
number
The available amount in the wallet
funding
Map(String,Object)
Account funding details
owner
string
Legal entity id owning this wallet
state
string
DISABLED, REQUIRES_INPUT, ACTIVE
current state of wallet
user_tags
object
Request Example
Response
Last updated