Supported Funding Sources
Fluz supports four funding source types:💡 Bank accounts carry no processing fees and earn the highest cashback rate. Debit cards are the next best option. Credit cards, PayPal, Apple Pay, and Google Pay all carry a processing fee that reduces the effective cashback rate.
Cashback Rate by Funding Source
Using a 4% merchant cashback rate as an example on a $200 gift card purchase:What Can Be Done via API vs. App / Web
🚧 Bank cards are the only funding source addable via the API. All other funding source management — bank accounts, PayPal, Apple Pay, Google Pay, and payment method preferences — must be done through the Fluz app or web portal.
Bank Account
Bank accounts are linked via Plaid, and settle via ACH. They carry no fees and earn the full merchant cashback rate. Added via: App or web portal only.
To add: Menu → Funding Sources → Add New → Bank Account → follow Plaid prompts.
💡 All accounts under a linked bank login are connected, including savings accounts. Users should remove savings accounts after linking — most banks do not permit payments from savings.
Bank Card
Bank cards (debit, credit, or prepaid) can be added via the API or through the app and web portal. Added via:addBankCard mutation (API) or app / web portal.
To add on web: Menu → Accounts and Cards → Bank Cards → Add New → enter card details and billing address.
Bank cards support the following operations through the API:
- Add —
addBankCard(requiresMANAGE_PAYMENTscope) - Update nickname —
updateBankCardNickname - Update preferred MCC —
updateBankCardPreferredMerchantCategoryCode - Delete —
deleteBankCard(sets status toINACTIVE)
❗️ A bank card must be added as a backup payment method before any transaction can complete. When a user pays via ACH, a temporary hold may be placed on the backup card for the transaction amount. If the ACH payment clears, the hold releases within 1–7 business days. If it does not clear, the backup card is charged instead.
PayPal / Apple Pay / Google Pay
Digital wallets can be added through the app or web portal only. They carry a –3% processing fee applied to the effective cashback rate — the same as credit cards. Added via: App or web portal only. Not available via API.💡 Some merchants restrict which payment methods they accept. A merchant may accept ACH and debit only, and block credit cards and digital wallets. This is reflected in theblockedPaymentTypesfield returned bygetWallet.
Reading Funding Sources via API
ThegetWallet query returns all funding sources linked to a user’s account, their current statuses, and any blocked payment types.