getWalletquery. This query will provide details of all funding sources linked to the user’s wallet.
Sample request
BankCard, BankAccountand PayPal. Here is an example of the response object:
Sample response
Response Fields Explained
bankCards - BankCardType:
TheBankCard 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]:
TheBankAccount 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]:
ThePaypal 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.