Payment Reversals REST Endpoints

Billing and Payment/Payment Reversals
The payment reversals resource is used to reverse fee or deposit activity associated with a deposit account.
Create a reversal record
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentReversals
Get a fee or deposit to be reversed
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentReversals/{PaymentReversalKey}
Get all fees or deposits to be reversed
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentReversals
Update a fee or deposit to be reversed
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentReversals/{PaymentReversalKey}