Managing web checkout
Learn how to manage a web checkout.
Getting web checkout
The GET /web-checkout
request transfers the shopper to Digital River-hosted storefront pages. The response returns a 302 Found
with a location to the Digital River-hosted storefront pages.
See the Web checkout query parameters for more information.
Creating the cart and transferring the shopper
The POST /web-checkout
request creates the cart and transfers the shopper to the Digital River-hosted storefront pages. The response returns a 302 Found
with a location to the Digital River-hosted storefront pages.
See the Web checkout query parameters for more information.
Last updated