Commit transfer
POST/transfers/:id/commit
Commits a pending transfer, creating a ledger transaction that debits the source account and credits the destination account.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Transfer committed successfully
Transfer cannot be committed
Unauthorized
Forbidden
Transfer not found
Internal Server Error