Skip to main content

Add Existing Wallet

Description: Links an existing wallet to a customer BVN in your system

Request Parameters

POST {baseUrl}/v1/wallets/add-wallet
curl -X POST
-H "x-Client-Id: your_client_id"
-H "x-hash-key: sha256(clientSecret + payload)"
-H "Content-Type: application/json"
-d '{
"Bvn": "12345678901",
"walletNumber": "9025920886"
}
'