Wallet
Use the wallet endpoints to inspect balances and activity and configure auto-reload.
Read the wallet
The response separates cash and promotional balances and includes lifetime loaded and consumed amounts. Fields ending in _cents are authoritative monetary values; _dollars fields are included for display.
List and export transactions
List a page of transactions:
per_page defaults to 10 and is capped at 100. Alternatively, limit returns only that many recent transactions and omits pagination metadata:
Export the complete transaction history as CSV:
Configure auto-reload
Read the current setting and supported reload range before updating it:
The response reports whether a payment method is present and whether the wallet can currently reload. Add or change payment methods in the Resemble dashboard.
Enable or update auto-reload using cent-denominated amounts:
Use the minimum and maximum returned by GET /wallet/auto_reload rather than hard-coding platform limits.
To disable auto-reload, send the complete settings payload with enabled: false.
