Skip to main content

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

Release command created successfully