# Merchant

- [Customers](https://developer.providusbank.com/xpress-wallet-api/merchant/customers.md)
- [Get All Customers](https://developer.providusbank.com/xpress-wallet-api/merchant/customers/get-all-customers.md)
- [Get Customer Details](https://developer.providusbank.com/xpress-wallet-api/merchant/customers/get-customer-details.md)
- [Find Customer by Phone Number](https://developer.providusbank.com/xpress-wallet-api/merchant/customers/find-customer-by-phone-number.md)
- [Update Customer Profile](https://developer.providusbank.com/xpress-wallet-api/merchant/customers/update-customer-profile.md)
- [Wallet](https://developer.providusbank.com/xpress-wallet-api/merchant/wallet.md)
- [Create Customer Wallet](https://developer.providusbank.com/xpress-wallet-api/merchant/wallet/create-customer-wallet.md)
- [Get All Wallets](https://developer.providusbank.com/xpress-wallet-api/merchant/wallet/get-all-wallets.md)
- [Transactions](https://developer.providusbank.com/xpress-wallet-api/merchant/transactions.md)
- [Transfer](https://developer.providusbank.com/xpress-wallet-api/merchant/transfer.md)
- [Get bank list](https://developer.providusbank.com/xpress-wallet-api/merchant/transfer/get-bank-list.md)
- [Get bank account details](https://developer.providusbank.com/xpress-wallet-api/merchant/transfer/get-bank-account-details.md)
- [Merchant bank transfer](https://developer.providusbank.com/xpress-wallet-api/merchant/transfer/merchant-bank-transfer.md)
- [Customer Bank Transfer](https://developer.providusbank.com/xpress-wallet-api/merchant/transfer/customer-bank-transfer.md)
- [Merchant Batch Bank Transfer](https://developer.providusbank.com/xpress-wallet-api/merchant/transfer/merchant-batch-bank-transfer.md)
- [Customer to Customer Wallet Transfer](https://developer.providusbank.com/xpress-wallet-api/merchant/transfer/customer-to-customer-wallet-transfer.md)
- [Card](https://developer.providusbank.com/xpress-wallet-api/merchant/card.md)
- [Card Setup](https://developer.providusbank.com/xpress-wallet-api/merchant/card/card-setup.md)
- [Create Card](https://developer.providusbank.com/xpress-wallet-api/merchant/card/create-card.md)
- [Activate Card](https://developer.providusbank.com/xpress-wallet-api/merchant/card/activate-card.md)
- [Get Card Balance](https://developer.providusbank.com/xpress-wallet-api/merchant/card/get-card-balance.md)
- [Fund Card](https://developer.providusbank.com/xpress-wallet-api/merchant/card/fund-card.md)
- [Team](https://developer.providusbank.com/xpress-wallet-api/merchant/team.md)
- [Invite Team Member](https://developer.providusbank.com/xpress-wallet-api/merchant/team/invite-team-member.md)
- [Get Team Members](https://developer.providusbank.com/xpress-wallet-api/merchant/team/get-team-members.md)
- [Get All Invitations](https://developer.providusbank.com/xpress-wallet-api/merchant/team/get-all-invitations.md)
- [Resend Invitation](https://developer.providusbank.com/xpress-wallet-api/merchant/team/resend-invitation.md)
- [Accept Invitation](https://developer.providusbank.com/xpress-wallet-api/merchant/team/accept-invitation.md)
- [Get Merchant List](https://developer.providusbank.com/xpress-wallet-api/merchant/team/get-merchant-list.md)
- [Switch Merchant](https://developer.providusbank.com/xpress-wallet-api/merchant/team/switch-merchant.md)
- [Update Member Information](https://developer.providusbank.com/xpress-wallet-api/merchant/team/update-member-information.md)
- [Roles & Permission](https://developer.providusbank.com/xpress-wallet-api/merchant/roles-and-permission.md)
- [Get All Permissions](https://developer.providusbank.com/xpress-wallet-api/merchant/roles-and-permission/get-all-permissions.md)
- [Get All Roles](https://developer.providusbank.com/xpress-wallet-api/merchant/roles-and-permission/get-all-roles.md)
- [Create Role](https://developer.providusbank.com/xpress-wallet-api/merchant/roles-and-permission/create-role.md)
- [Update Role](https://developer.providusbank.com/xpress-wallet-api/merchant/roles-and-permission/update-role.md)
- [Account verification](https://developer.providusbank.com/xpress-wallet-api/merchant/account-verification.md)
- [Resend Verification Code](https://developer.providusbank.com/xpress-wallet-api/merchant/resend-verification-code.md)
- [Complete Merchant KYC](https://developer.providusbank.com/xpress-wallet-api/merchant/complete-merchant-kyc.md)
- [Get Merchant Profile](https://developer.providusbank.com/xpress-wallet-api/merchant/get-merchant-profile.md)
- [Update Merchant Profile](https://developer.providusbank.com/xpress-wallet-api/merchant/update-merchant-profile.md)
- [Get Merchant Access Keys](https://developer.providusbank.com/xpress-wallet-api/merchant/get-merchant-access-keys.md)
- [Generate Access Keys](https://developer.providusbank.com/xpress-wallet-api/merchant/generate-access-keys.md)
- [Switch Account Mode](https://developer.providusbank.com/xpress-wallet-api/merchant/switch-account-mode.md)
- [Merchant Registration](https://developer.providusbank.com/xpress-wallet-api/merchant/merchant-registration.md)
- [Get Merchant Wallet](https://developer.providusbank.com/xpress-wallet-api/merchant/get-merchant-wallet.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.providusbank.com/xpress-wallet-api/merchant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
