SendOrderRequestInfo
Parameter Name | Type | Description | Mandatory |
|---|---|---|---|
| String | The format of the data the application can accept to display on the WebPage. Use “text/html”. | |
| Object | Billing details entered by the customer in the checkout form. | |
| Object | Payment card details specified on the Merchant checkout page (for PCI-compliant Merchants). | |
| String | Cart token returned by the InitCheckout call. | |
| String | Client's IP. m. | |
| 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 | |
| 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. | |
| Boolean | Indicates if the end customer has selected or has been forced to prepay duties & taxes. | |
| 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 | |
| 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. | |
| Object | Shipping details entered by the customer in the checkout form. If | |
| Decimal | ID of the shipping option selected by the customer. | |
| String | The value that identifies the user’s application used for the checkout. For example, “MyShopApplication (android)”. |