Skip to main content

購入サービス

サービス購入ページは、ショーケース内の製品を選択し、カートに追加し、支払い手順に進むために使用されます。

アクセスパス

  • ウェブ: /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/showcase
  • GET /api/product-pricing/:productId
  • GET /api/cart
  • POST /api/cart/add
  • PUT /api/cart/update-quantity
  • DELETE /api/cart/remove/:cartItemId
  • POST /api/payments/checkout
  • POST /api/payments/3d/initiate
  • POST /api/payments/3d/saved-card
  • POST /api/payments/3d/callback

:::info マニフェスト ホーム console:billing:buy-service

:::