# Invalid wallet client category

**URL:** https://community.rapyd.net/t/invalid-wallet-client-category/57959
**Category:** 🙋🏽‍♀️🙋🏽‍♂️ Ask Questions
**Tags:** collect-api, laravel, php
**Created:** [October 24, 2022, 11:07am UTC](https://community.rapyd.net/t/invalid-wallet-client-category/57959 "2022-10-24T11:07:44Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Musharaf\_ullah](https://sea2.discourse-cdn.com/flex016/user_avatar/community.rapyd.net/musharaf_ullah/32/21031_2.png) [@Musharaf\_ullah](https://community.rapyd.net/u/Musharaf_ullah)
#### Post date: [October 24, 2022, 11:07am UTC](https://community.rapyd.net/t/invalid-wallet-client-category/57959/1 "2022-10-24T11:07:44Z")

</div>

Hi, my name is Musharaf and my profession is web developer I am using rapyd API for my project for getting payment.I am stuck sometimes because the documentation of rapyd is too long .so my question is that after creating my rapyd account the wallet address auto-created so when I use this in payout API to pass my wallet address to send funds I got this error.  
“status”: {  
“error\_code”: “INVALID\_CLIENT\_EWALLET\_CATEGORY”,  
“status”: “ERROR”,  
“message”: “”,  
“response\_code”: “INVALID\_CLIENT\_EWALLET\_CATEGORY”,  
“operation\_id”: “c1b7aa76-793e-4ea6-bcb5-54e4a45d97de”  
}

---

<div class="post-metadata">

### Author: ![Community\_Team](https://avatars.discourse-cdn.com/v4/letter/c/46a35a/32.png) [@Community\_Team](https://community.rapyd.net/u/Community_Team)
#### Post date: [October 25, 2022, 5:38am UTC](https://community.rapyd.net/t/invalid-wallet-client-category/57959/2 "2022-10-25T05:38:56Z")

</div>

Thanks @Musharaf_ullah, are you working in production?

Here is a short snippet on ewallet categories in the API Ref.

For accounting purposes, you can have one or more client wallets for collections, and one or more for disbursements. When you open your account, Rapyd creates a client wallet for collections only. There are the following categories of client wallet:

- **collection** - For collect (payment) transactions only.
- **disbursement** - For disbursement (payout) transactions only.
- **issuing** - For issued cards only.
- **general** - For all purposes.  
If you need more than one client wallet, contact [Client Support](https://support.rapyd.net/).  
[Rapyd Docs | Error](https://docs.rapyd.net/build-with-rapyd/reference/rapyd-wallet-overview)

---

<div class="post-metadata">

### Author: ![Musharaf\_ullah](https://sea2.discourse-cdn.com/flex016/user_avatar/community.rapyd.net/musharaf_ullah/32/21031_2.png) [@Musharaf\_ullah](https://community.rapyd.net/u/Musharaf_ullah)
#### Post date: [October 25, 2022, 7:39am UTC](https://community.rapyd.net/t/invalid-wallet-client-category/57959/4 "2022-10-25T07:39:11Z")

</div>

> [@Musharaf\_ullah](#):
>
> ok, my second question is that. when I transfer a fund from my business e-wallet to the client’s e-wallet then I need to go into my dashboard to allow the fund. I don’t want to go to the dashboard and allow this I want this when I transfer a fund using API the fund auto disburses/allows from my business account.

 ![image](https://us1.discourse-cdn.com/flex016/uploads/rapyd/original/3X/2/2/22ddf56cc405d8e8f10e9fc1a3b3bef72a882339.png)

---

<div class="post-metadata">

### Author: ![Community\_Team](https://avatars.discourse-cdn.com/v4/letter/c/46a35a/32.png) [@Community\_Team](https://community.rapyd.net/u/Community_Team)
#### Post date: [October 25, 2022, 3:57pm UTC](https://community.rapyd.net/t/invalid-wallet-client-category/57959/5 "2022-10-25T15:57:49Z")

</div>

Thanks @Musharaf_ullah, anything wallet to wallet, you can just use transfer funds between wallets. [https://docs.rapyd.net/build-with-rapyd/reference/wallet-transaction#transfer-funds-between-wallets](https://docs.rapyd.net/build-with-rapyd/reference/wallet-transaction#transfer-funds-between-wallets)

Anything transferring from a wallet to a bank account, you can refer to the Payout Object in the API Ref and the status field.

> **[Rapyd Documentation](https://docs.rapyd.net/build-with-rapyd/reference/payout#payout-object)**
>
> Liberate global commerce with all the tools you need for payments, payouts, and business everywhere.

Would this apply to accepting or declining the payout?

> **[Rapyd Documentation](https://docs.rapyd.net/build-with-rapyd/reference/payout#set-payout-response)**
>
> Liberate global commerce with all the tools you need for payments, payouts, and business everywhere.

---

<div class="post-metadata">

### Author: ![Musharaf\_ullah](https://sea2.discourse-cdn.com/flex016/user_avatar/community.rapyd.net/musharaf_ullah/32/21031_2.png) [@Musharaf\_ullah](https://community.rapyd.net/u/Musharaf_ullah)
#### Post date: [October 26, 2022, 5:30am UTC](https://community.rapyd.net/t/invalid-wallet-client-category/57959/6 "2022-10-26T05:30:26Z")

</div>

yes. i did this and thanks for your response. I think i am the first to use rapyd API in an e-commerce store using PHP/laravel.
