Transfer funds from processor to account
Processors
Processor Transfer
Transfer funds from processor to subscriber
POST
Transfer funds from processor to account
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Processor Transfer
Transfer funds from processor account to a subscriber account.Endpoint
Authentication
Bearer token (Processor or Admin JWT)
Path Parameters
Processor UUID
Request Body
Recipient account ID
Amount to transfer (e.g., “500.00”)
Transfer description
Response
Errors
| Code | Description |
|---|---|
| 400 | Invalid amount or insufficient balance |
| 404 | Processor or account not found |
| 401 | Unauthorized |
Authorizations
JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Path Parameters
Processor ID
Body
application/json
Transfer details
Response
Transfer completed successfully
The response is of type object.