Get a wallet by its ID
curl --request GET \
--url https://api.cloud.flexprice.io/v1/wallets/{id} \
--header 'x-api-key: <api-key>'{
"alert_config": {
"threshold": {
"type": "amount",
"value": 123
}
},
"alert_enabled": true,
"alert_state": "<string>",
"auto_topup_amount": "<string>",
"auto_topup_min_balance": "<string>",
"auto_topup_trigger": "disabled",
"balance": "<string>",
"config": {
"allowed_price_types": [
"ALL"
]
},
"conversion_rate": "<string>",
"created_at": "<string>",
"credit_balance": "<string>",
"currency": "<string>",
"customer_id": "<string>",
"description": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"updated_at": "<string>",
"wallet_status": "active",
"wallet_type": "PROMOTIONAL"
}Enter your API key in the format x-api-key <api-key>*
Wallet ID
OK
Show child attributes
disabled, balance_below_threshold Show child attributes
Show child attributes
active, frozen, closed PROMOTIONAL, PRE_PAID curl --request GET \
--url https://api.cloud.flexprice.io/v1/wallets/{id} \
--header 'x-api-key: <api-key>'{
"alert_config": {
"threshold": {
"type": "amount",
"value": 123
}
},
"alert_enabled": true,
"alert_state": "<string>",
"auto_topup_amount": "<string>",
"auto_topup_min_balance": "<string>",
"auto_topup_trigger": "disabled",
"balance": "<string>",
"config": {
"allowed_price_types": [
"ALL"
]
},
"conversion_rate": "<string>",
"created_at": "<string>",
"credit_balance": "<string>",
"currency": "<string>",
"customer_id": "<string>",
"description": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"updated_at": "<string>",
"wallet_status": "active",
"wallet_type": "PROMOTIONAL"
}