Getting the available payment methods for the cart

Learn how to get the available payment methods for a cart.

You can get the available payment methods for a cart.

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

See Payment methods query parameters for more information.

Last updated