post https://api-sandbox.y.uno/v1/payments//transactions//capture
Do not execute a capture while another is in progress. Wait for the current operation to complete before starting a new one.
This request captures a payment that was previously authorized. This action is required to finalize a payment when an authorization was created with the capture option set false
. Depending on the payment provider, the capture could be partial (including multiple captures) or total.
Note that this request requires an X-Idempotency-Key
. Check the Authentication page for more information.