Execute a payment.
POST/api/back-office/payments/:id/execute
In request to pay integration it will execute the payment ( if the flow doesn't do that automatically ). Will do the same for direct integrations where applicable.
Request
Responses
- 200
- 400
- 401
- 500
The payment object.
Bad request.
Unauthorized.
Internal server error.