Skip to main content
Once you’ve added funding sources to your Fluz account, you can retrieve a list of them with the getWalletquery. This query will provide details of all funding sources linked to the user’s wallet.

Sample request

The query response will include user balances and funding source types such as BankCard, BankAccountand PayPal. Here is an example of the response object:

Sample response

Response Fields Explained

bankCards - BankCardType:

The BankCard object represents a bank card that has been added by a user to their account. Each object within this array represents a single bank card, including details like the card number (masked), expiration date, cardholder name, and billing information.

bankAccounts - [BankAccount]:

The BankAccount object is a record of a bank account that a user has added to their account. It stores key information about the bank account, including the account’s type, status, details, and associated billing address.

paypalAccounts - [Paypal]:

The Paypal object represents a PayPal account that a user has added to their account. This object contains essential details about the PayPal account, including its unique identifier, associated user, status, and email address.

blockedPaymentTypes - [PaymentMethodType]:

Description: This array lists payment types that are currently blocked for the user.
Details: If a payment type is blocked, it means the user cannot use this method for transactions on the platform. For example, “BANK_CARD” indicates that the use of bank cards is currently restricted. PaymentMethodType Enum values:
  • "BANK_CARD": Indicates that bank cards are blocked.
  • "BANK_ACCOUNT": Indicates that bank accounts are blocked.
  • "PAYPAL": Indicates that PayPal is blocked.
  • "FLUZPAY": Indicated that your Fluz balance is blocked.
  • "APPLE_PAY": Indicated that your Apple Pay wallet is blocked.
  • "GOOGLE_PAY": Indicated that your Google Pay wallet is blocked.

balances - UserBalances:

Description: This object contains the user’s current balances, including Cash Balance, Rewards Balance, and Fluz prepayment balance. To learn more, you can view ‘Check Account Balances’.