Documentation Index
Fetch the complete documentation index at: https://doc.withedge.co/llms.txt
Use this file to discover all available pages before exploring further.
Sweep Collection
Use this endpoint to transfer funds from a designated pool account into a corporate account associated with your profile.
Request Parameters
A unique identifier for the request, used for idempotency.
Example: e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
The account number of the pool account from which funds will be swept.
Example: 5118745523
The amount to be swept from the pool account.
Example: 100000.00
{
"statusCode": 00,
"message": "Completed successfully"
"data": {
"amount": 1231241241
"transactionId": "1214241241"
},
"errors": []
}