{
"amount": 0,
"terminalId": "string",
"deviceSpec": {
"os": "string",
"isBrowserBased": true
},
"overrides": {
"useDeepLink": true,
"vivaOptions": {
"isvMerchantId": "string",
"isvSourceCode": "string"
},
"verifoneVimOptions": {
"confirmation": true,
"pinCode": "string"
}
},
"options": {
"epassiOptions": {
"accessKey": "string"
},
"worldLineRefundOptions": {
"cashierIdentification": "string"
},
"nexiOptions": {
"customerPresentForRefund": true,
"cashBackAmount": 0
},
"retain24Options": {
"accountId": "string"
}
},
"orderItems": [
{
"description": "string",
"referenceId": "string",
"quantity": 0,
"quantityUnit": "string",
"amount": 0,
"vatAmount": 0,
"vatRate": 0,
"type": 1
}
],
"customer": {
"id": "string",
"firstName": "string",
"lastName": "string",
"fullName": "string",
"email": "string",
"phone": "string",
"preferredLanguage": "string",
"type": 1,
"deliveryAddress": {
"fullName": "string",
"firstName": "string",
"lastName": "string",
"addressRow1": "string",
"addressRow2": "string",
"postalArea": "string",
"postalCode": "string",
"countryCode": 4
},
"billingAddress": {
"fullName": "string",
"firstName": "string",
"lastName": "string",
"addressRow1": "string",
"addressRow2": "string",
"postalArea": "string",
"postalCode": "string",
"countryCode": 4
},
"isDeliveryRecipient": true
}
}