On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/payments/developer/fdcsouth/rest/payments/payments-processing-basic-intro/payments-processing-basic-auth-reversal-intro.md)  
Filter  
FILTER BY TAG

Authorization Reversal {#payments-processing-basic-auth-reversal-intro}
=======================================================================

This section provides the information about how to process an authorization reversal.  
Reversing an authorization releases the hold on the customer's payment card funds that the issuing bank placed when processing the authorization.  
For a debit card or prepaid card in which only a partial amount was approved, the amount of the reversal must be the amount that was authorized, not the amount that was requested.

Endpoint {#payments-processing-basic-auth-reversal-intro_d15e85}
----------------------------------------------------------------

**Production:** `POST ``https://api.cybersource.com``/pts/v2/payments/`*{id}*`/reversals`{#payments-processing-basic-auth-reversal-intro_d15e94}  
**Test:** `POST ``https://apitest.cybersource.com``/pts/v2/payments/`*{id}*`/reversals`{#payments-processing-basic-auth-reversal-intro_d15e107}  
The *{id}* is the transaction ID returned in the authorization response.  
RELATED TO THIS PAGE

