Release (Approve) a TED Transfer
PUT/v2/transfer/ted/:uid/approve
Asynchronous Processing: creates a release (approve) command for the Transfer awaiting approval.
The release is processed asynchronously: the API saves the request, creates a Command, and responds with its ID. After confirmation from the financial institution, the Transfer is released.
⚠️ Bank Support: not all financial providers support release via API. When not supported, the API responds
422with the message "does not have support for this operation via API for this financial provider".
Request
Responses
- 200
- 401
- 403
- 422
Command created successfully
Authentication failure. Invalid token
Permission failure. You don't have the required Scope for this call.
Transfer cannot be released