Add a Receive Account
Read on adding a receive account for a receive user
You can add receive accounts for users with receive type bank or wallet. You will have to also provide the recipient account information. Please note that you can only deposit business payment transactions to bank accounts.
POST /users/{{user_id}}/receive-users/{{receiveUserId}}/accounts
POST /users/{{user_id}}/receive-users/{{receiveUserId}}/accounts
Wallet
Field
Required
Type
Description
msisdn
Yes
String
Receive user wallet account number
wallet_type
No
String
Enumerated value, Type of receive user wallet: 1. Available value: TEL 2. Default value: TEL
payer_id
Yes
Long
Id of payer associated with the wallet
payout_method
Yes
String
Enumerated value - WALLET
Bank
Field
Required
Type
Description
account_number
Yes
Alpha-numeric
Bank account number.
account_type
Yes
String
Account type. Enumerated value - CHECKING, SAVINGS
bank_id
Yes
numeric
Bank ID
branch_id
Yes
numeric
Branch ID
branch_location
No
String
Branch location
swift_bic_code
No
String
SWIFT code of bank
payout_method
Yes
String
Enumerated value - BANK_DEPOSIT
Last updated