購入サービス
サービス購入ページは、ショーケース内の製品を選択し、カートに追加し、支払い手順に進むために使用されます。
アクセスパス
- ウェブ:
/billing/buy-service
アディムラーのすべて
- バスケット:
/billing/buy-service/cart - お支払い:
/billing/buy-service/checkout - 注文の成功:
/billing/buy-service/order-success - 製品概要:
/billing/buy-service/:productId - 3D コールバック:
/billing/buy-service/3d-callback/success|failure
主要なトランザクション
- ショーケース製品のリストと検索
- プラン/価格(月額/年間)の選択
- カートに追加/カートから削除
- チェックアウトと 3D セキュア支払いの流れ
API ウクラリ
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 マニフェスト ホーム
console:billing:buy-service
:::