Capturing the Terms of Sale (TOS) acceptance
Learn how to add a TOS acceptance.
Creating the TOS
Setting the TOS acceptance parameter
Parameter
Description
Create request and response example
{
"cart": {
"ipAddress": "10.24.2.28"
"termsOfSalesAcceptance": "true"
}
}{
"uri": "https://api.digitalriver.com/v1/shoppers/me/carts/active",
"paymentMethods": {},
"applyPaymentMethod": {},
"submitCart": {},
"webCheckout": {},
"id": "47278010023",
"lineItems": {},
"totalItemsInCart": "1",
"businessEntityCode": "DR_INC-ENTITY",
"termsOfSalesAcceptance":"true"
"billingAddress": {},
"shippingAddress": {},
"payment": {},
"shippingOptions": {},
"pricing": {}
}How a customer accepts the TOS
Customer passively accepts terms through order submission

The customer actively accepts the TOS

No acceptance required
Last updated