post https://sandbox.pismolabs.io/payments/v1/payments/capture
Capture a previously created pre-authorizations.
Currently, the capture pre-authorization flow only works with the REDE acquirer or without calling any acquirer.
By default, the enabled
field in the acquirer
object is set to true
, which is currently supported for the REDE acquirer only. If you want to use this endpoint without calling the acquirer layer, you need to set the enabled
field to false
.
To reference the original pre-authorization that is going to be captured, you can pass either the original_tracking_id
or the authorization_id
, as they are both unique.
This endpoint generates a Pre-authorization captured event.