Notifies of an inflow via T+1 infrastructure.
| Name | Type | Required | Description |
|---|---|---|---|
| provider | string | Yes | Provider (e.g., "paystack"). |
| provider_reference | string | Yes | Provider reference. |
| amount | integer | Yes | Amount in kobo. |
| wallet_id | string | Yes | Credit wallet ID. |
| created_at | string | Yes | YYYY-MM-DD HH:mm:ss. |
curl -X POST "https://api.piggyvest.business/api/v1/transfer/tplusOne" \\-H "Authorization: Bearer YOUR_SECRET_KEY" \\-H "Content-Type: application/json" \\-d '{ "provider": "paystack", "provider_reference": "573e9399-d609-47ef-8e37-33a4f30cd330", "amount": 500000, "wallet_id": "f3a00937-1d03-4843-b3d3-a09210967e49", "created_at": "2024-04-22 14:18:26"}'Success Response (200): (Confirmation.)