Purchasing Services The
Service Purchasing page is used to select the products in the showcase, add them to the cart and proceed to the payment steps.
Access Path
- Web:
/billing/buy-service
Sub-Steps
- Basket:
/billing/buy-service/cart - Payment:
/billing/buy-service/checkout - Successful order:
/billing/buy-service/order-success - Product detail:
/billing/buy-service/:productId - 3D callback:
/billing/buy-service/3d-callback/success|failure
Major Transactions
- List and search showcase products
- Plan/price (monthly-annual) selection
- Add/remove from cart
- Checkout and 3D secure payment flow
API Bits Used
GET /api/Product/showcaseGET /api/product-pricing/:productIdGET /api/cartPOST /api/cart/addPUT /api/cart/update-quantityDELETE /api/cart/remove/:cartItemIdPOST /api/payments/checkoutPOST /api/payments/3d/initiatePOST /api/payments/3d/saved-cardPOST /api/payments/3d/callback
:::info Manifest Code
console:billing:buy-service
:::