Resuming cart submission

Learn how to resume cart submission after completing a redirect payment method.

When a customer selects a redirect payment method when they submit the cart, they are redirected to the payment provider where they can authorize the payment. Once the payment is authorized, you can resume submitting the cart.

curl --location -g --request POST ' https://api.digitalriver.com/v1/shoppers/me/carts/active/resume-cart' \
--header 'Authorization: Basic {{access_token}}' \
...

See Resume cart query parameters for more information.

Last updated