Drop-in checkout sessions

Drop-in Checkout Sessions provide a seamless and efficient way to manage and facilitate customer transactions on your platform. Designed for ease of integration, these sessions offer a user-friendly checkout experience that streamlines the payment process and enhances customer satisfaction. With support for multiple payment methods and customizable checkout flows, Drop-in Checkout Sessions can elevate your eCommerce capabilities while ensuring secure transactions.

Creates a new Drop-in checkout session

post

Creates a new Drop-in checkout session

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
upstreamIdstringOptional

The upstream checkout identifier if it is different from the Digital River checkout identifier.

Example: 7765374748
currencystringOptional

A three-letter ISO currency code.

Example: USD
customerIdstringOptional

The identifier of a registered customer.

Example: 354276756332
languagestring · enumOptional

The assigned language.

Example: enPossible values:
emailstring · emailOptional

The customer's email address.

Example: [email protected]
taxInclusivebooleanOptionalExample: true
browserIpstringOptional

The IP address of the browser used by the customer when checking out.

Example: 111.111.111.111
applicationIdstringRead-onlyOptional

An arbitrary identifier that can be used to track the application type.

Example: 68f72e0c-cb7d-48e1-93c8-998668ad0ff4
localestringOptional

A designator that combines the two-letter ISO 639-1 language code with the ISO 3166-1 alpha-2 country code.

Example: en_US
customerTypestring · enumOptional

The type of customer.

Example: individualPossible values:
chargeTypestring · enumOptional

Represents the charge type.

Example: merchant_initiatedPossible values:
styleobjectOptional

Style for drop-in

Example: {"modal":{"borderRadius":"8px","fontFamily":"Montserrat, sans-serif","fontVariant":"normal","letterSpacing":"1px","logo":"https://drh.img.digitalriver.com/DRHM/Storefront/Site/drdod15/cm/images/DR-Demo-Store_New.png","themeColor":{"headerBackground":"#fff","highlight":"#002f57","mainBackground":"#fff","primary":"#00a7e1","stepperBorder":"#00a7e1"}},"textField":{"base":{"color":"#000","fontFamily":"Arial, Helvetica, sans-serif","fontSize":"20px","fontVariant":"normal","letterSpacing":"1px"}}}
Responses
post
/drop-in/checkout-sessions

Last updated