Funds a wallet in test mode (max NGN 100,000 per call).
| Name | Type | Required | Description |
|---|---|---|---|
| wallet_id | string | Yes | Wallet ID. |
| amount | integer | Yes | Amount in kobo. |
curl -X POST "https://api.piggyvest.business/api/v1/transfer/test/funding" \\-H "Authorization: Bearer YOUR_SECRET_KEY" \\-H "Content-Type: application/json" \\-d '{ "wallet_id": "dc162672-8fdb-415c-88e7-f6d03d5350eb", "amount": 50000000}'Success Response (200): (Confirmation.)