Skip to main content

Documentation Portal

SendOrderRequestInfo

Parameter Name

Type

Description

Mandatory

AcceptHeader

String

The format of the data the application can accept to display on the WebPage. Use “text/html”.

BillingDetails

Object UserDetails

Billing details entered by the customer in the checkout form.

CardDetails

Object CheckoutCardDetails

Payment card details specified on the Merchant checkout page (for PCI-compliant Merchants).

CartToken

String

Cart token returned by the InitCheckout call.

ClientIP

String

Client's IP. m.

DoAddressVerification

Boolean

Indicates whether to perform the address verification. This is optional; if not provided then the address verification is done by default.

TRUE - Perform address verification.

FALSE - Do not perform address verification

IsSameDispatchSelected

Boolean

Indicates if the user selected an option to dispatch the order in the same day.

TRUE - Same day dispatch selected.

FALSE - Same day dispatch not selected.

IsTaxPrePaid

Boolean

Indicates if the end customer has selected or has been forced to prepay duties & taxes.

MerchantCallBackURL

String

Callback URL provided by the Merchant when using an alternative payment method. In this case, a redirect flow is required, for example, to PayPal. Merchants can use different URLs depending on their needs. For instance, a Merchant can have a callback URL for mobile devices and another for desktop browsers. If the merchantCallBackURL is not specified when using an alternative payment method, the SendOrder call returns a validation error.

PaymentMethodId

Decimal

Global-e identifier of the payment method selected in the Merchant’s checkout. This identifier is mandatory for alternative payment methods. If not specified, the system assumes that the payment was made with a credit/debit card, and the card brand is identified on the Global-e side, according to the card number.

ShippingDetails

Object UserDetails

Shipping details entered by the customer in the checkout form. If CountryCode is included, it is ignored (a new InitCheckout call is required if the shipping country is changed).

ShippingMethodId

Decimal

ID of the shipping option selected by the customer.

UserAgent

String

The value that identifies the user’s application used for the checkout. For example, “MyShopApplication (android)”.