Payment Carts REST Endpoints

Billing and Payment/Payment Carts
The payment carts resource is used by public users to manage fees for payment by adding permits to the cart that are ready for checkout and removing permits from the cart as needed.
Check out selected permits and create a checkout ID
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts/action/checkout
Delete an item from payment cart
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts/{publicSectorPaymentCartsUniqID}
Delete an item from payment cart.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts/action/deleteFromCart
Get a payment cart item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts/{publicSectorPaymentCartsUniqID}
Get all payment cart items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts
Send confirmation of the payment status to payment cart.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts/action/confirmPayment
Update an item in the payment cart
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts/{publicSectorPaymentCartsUniqID}