@@ -3,28 +3,28 @@ url="https://api.paystack.co/transfer/bulk"
33authorization="Authorization: Bearer YOUR_SECRET_KEY"
44content_type="Content-Type: application/json"
55data='{
6- "currency": "NGN",
7- "source": "balance",
8- "transfers": [
9- {
10- "amount": 20000,
11- "reference": "ACV_2627bbfe-1a2a-4a1a-8d0e-9d2ee6c31496",
12- "reason": "Bonus for the week",
13- "recipient": "RCP_gd9vgag7n5lr5ix"
14- },
15- {
16- "amount": 35000,
17- "reference": "ACV_1bd0c1f8-78c2-463b-8bd4-ed9eeb36be50",
18- "reason": "Bonus for the week",
19- "recipient": "RCP_zpk2tgagu6lgb4g"
20- },
21- {
22- "amount": 15000,
23- "reference": "ACV_11bebfc3-18b3-40aa-a4df-c55068c93457",
24- "reason": "Bonus for the week",
25- "recipient": "RCP_dfznnod8rwxlwgn"
26- }
27- ]
6+ "currency": "NGN",
7+ "source": "balance",
8+ "transfers": [
9+ {
10+ "amount": 20000,
11+ "reference": "ACV_2627bbfe-1a2a-4a1a-8d0e-9d2ee6c31496",
12+ "reason": "Bonus for the week",
13+ "recipient": "RCP_gd9vgag7n5lr5ix"
14+ },
15+ {
16+ "amount": 35000,
17+ "reference": "ACV_1bd0c1f8-78c2-463b-8bd4-ed9eeb36be50",
18+ "reason": "Bonus for the week",
19+ "recipient": "RCP_zpk2tgagu6lgb4g"
20+ },
21+ {
22+ "amount": 15000,
23+ "reference": "ACV_11bebfc3-18b3-40aa-a4df-c55068c93457",
24+ "reason": "Bonus for the week",
25+ "recipient": "RCP_dfznnod8rwxlwgn"
26+ }
27+ ]
2828}'
2929
3030curl "$url" -H "$authorization" -H "$content_type" -d "$data" -X POST`
0 commit comments