Release Notes
August 1, 2025
August 1, 2025 Karbon API release adds the ability to reverse a manual payment
Reverse a manual payment
If a Manual Payment has been recorded and needs to be reversed, you can now request this by calling
JSONCopied!
/v3/ReverseManualPayment
For example, to reverse the manual payment with the
JSONCopied!
PaymentKey
JSONCopied!
2NmwhRJXjHdH
JSONCopied!
POST
JSONCopied!
/v3/ReverseManualPayment
JSONCopied!{ "PaymentKey": "2NmwhRJXjHdH", "ReversalDate": "2025-08-04" }
Refer to the API documentation for more information on creating and reversing manual payments.