Financing

Learn how to get financing information for a specific product.

Financing allows a shopper to pay for goods and services in installments over time. Clients receive payment in full once the fulfiller ships the order. It is a shopper installment loan approved for an exact amount. Financing occurs at the cart/order level. The loan includes VAT and shipping. A financing payment method does not support deposits and deferred payments.

Financing programs have proven to increase the average order value (AOV), attachment rates (shoppers select additional products for financing), and conversion rate/lift. Shoppers are more likely to complete a purchase given this financing option.

When enabled, financing shows the monthly bill payment, billing terms, and payment promotion codes to the shopper. When a shopper checks out, they can choose the finance option as a payment method for specific products.

Getting the financing information for a product

Use the GET /v1/shoppers/me/product/{produtId}/financing request to get the financing information for a specific product identifier (productId). See the Financing query parameters for more information.

curl --location --request GET 'https://api.digitalriver.com/v1/shoppers/me/product/{productId}/financing' \
--header 'authorization: bearer ***\
...

Last updated