Resuming cart submission

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

When customers select 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}}' \
...

Last updated

Was this helpful?