Wallets
Get Customer Wallets
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Integrations
Subscriptions
Tenants
Users
Wallets
Get Customer Wallets
Get all wallets for a customer by lookup key or id
GET
/
customers
/
wallets
curl --request GET \
--url https://api.cloud.flexprice.io/v1/customers/wallets \
--header 'x-api-key: <api-key>'
[
{
"auto_topup_amount": 123,
"auto_topup_min_balance": 123,
"auto_topup_trigger": "disabled",
"balance": 123,
"config": {
"allowed_price_types": [
"ALL"
]
},
"conversion_rate": 123,
"created_at": "<string>",
"credit_balance": 123,
"currency": "<string>",
"customer_id": "<string>",
"description": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"updated_at": "<string>",
"wallet_status": "active",
"wallet_type": "PROMOTIONAL"
}
]
Authorizations
Enter your API key in the format x-api-key <api-key>*
Response
200
application/json
OK
The response is of type object[]
.
curl --request GET \
--url https://api.cloud.flexprice.io/v1/customers/wallets \
--header 'x-api-key: <api-key>'
[
{
"auto_topup_amount": 123,
"auto_topup_min_balance": 123,
"auto_topup_trigger": "disabled",
"balance": 123,
"config": {
"allowed_price_types": [
"ALL"
]
},
"conversion_rate": 123,
"created_at": "<string>",
"credit_balance": 123,
"currency": "<string>",
"customer_id": "<string>",
"description": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"updated_at": "<string>",
"wallet_status": "active",
"wallet_type": "PROMOTIONAL"
}
]