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

NamelocationTypeDescriptionRequired

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

GET /payments/wallets/?id=f6b2776d-53f4-404e-a690-c3766a91d43a

Response

{
   "id": "f6b2776d-53f4-404e-a690-c3766a91d43a",
   "currency": "USD",
   "name": "Demo USD Wallet",
   "type": "wallet",
   "owner": "entity://business/customer/demo:standalone:1709197789/legal/0d65c5cd-4896-45b9-b268-c431b82605af",
   "funding": {
      "name": "RONKIֹ LTD CMA - EUR",
      "country": "GB",
      "account_number": "UKNWBK60161529100024",
      "bic": "CHASGB2L",
      "iban": "UKNWBK60161529100024"
   },
   "balance": 120000,
   "user_tags": {
      "department": "sales"
   },
   "state": "ACTIVE"
}

Last updated

© All rights reserved to papaya global 2024