checkout / checkout-sdk-net

Checkout SDK for Microsoft .NET
https://checkout.com
MIT License
20 stars 21 forks source link

Add Reversal API to PaymentsClient #420

Open nicklmiller opened 1 week ago

nicklmiller commented 1 week ago

Environment

Description

Checkout has a new Reversals API endpoint for Payments. It is a helper API that chooses between Refund and Void based on the payment. It would be great if it could get added to this SDK.

Proposed Solution

Add a ReversePayment method to PaymentsClient.