cURL
curl --request POST \ --url https://api.example.com/payments/farcaster/batch-pay \ --header 'Content-Type: application/json' \ --data ' { "receivers": [ { "receiver": "snackmoney", "amount": 1 }, { "receiver": "anotheruser", "amount": 0.5 } ] } '
{ "code": 200, "data": [ { "txn_id": 1751194593304, "username": "snackmoney", "receipt": "https://snack.money/transaction/1751194593304" } ], "msg": "Payment sent successfully to users", "settlement_attempt_id": "attempt_1762889082833_abc123" }
1 - 100
Show child attributes
USDC
"USDC"
"A description about the payment"
Success
200
"attempt_1762889082833_abc123"