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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentReversals
- Get a fee or deposit to be reversed
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentReversals/{PaymentReversalKey}
- Get all fees or deposits to be reversed
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentReversals
- Update a fee or deposit to be reversed
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentReversals/{PaymentReversalKey}