Skip to main content
List Wallets Request
curl
curl -X GET "https//api.spendjuice.com/wallets/all" \
-H "Authorization: YOUR_API_KEY" \
-H "Content-Type: application/json"
Filters: customer_id, currency, status List Transactions
curl
curl -X GET "https//api.spendjuice.com/wallets/transactions" \
-H "Authorization: YOUR_API_KEY" \
-H "Content-Type: application/json"
Filters: wallet_id, type Retrieve Transaction
curl
curl -X GET "https//api.spendjuice.com/wallets/transactions/{id}" \
-H "Authorization: YOUR_API_KEY" \
-H "Content-Type: application/json"