Release (approve) a Payment
PUT/v2/payments/:uid/approve
Asynchronous Processing: creates a release (approve) command for a Payment that is awaiting approval.
The release is done asynchronously: when receiving the request, we create a Command that is processed in the background. You receive the ID of the created command in the response and can consult it at any time.
⚠️ Bank support: not all providers expose individual payment release via API. When the provider does not support the operation, the response is
422.
Request
Responses
- 200
- 401
- 403
- 422
Release command created successfully
Authentication failure. Invalid token
Permission failure. You don't have the required Scope for this call.
Payment is not in a state that allows release or provider does not support