Skip to main content

Completing a Pre-Authorized Payment

If you've pre-authorized a payment, you can finalize it with the amount to be captured:

decimal amount = 100;
var response = await service.CompletePreAuthPaymentAsync("payId", amount);