{
"amount": {
"currency": "string",
"value": 0
},
"merchantAccount": "string",
"merchantId": "string",
"reference": "string",
"returnUrl": "string",
"additionalData": {},
"allowedPaymentMethods": [
"string"
],
"blockedPaymentMethods": [
"string"
],
"channel": "iOS",
"countryCode": "string",
"expiresAt": "string",
"lineItems": [
{
"quantity": 0,
"amountExcludingTax": 0,
"taxPercentage": 0,
"description": "string",
"id": "string",
"taxAmount": 0,
"amountIncludingTax": 0,
"taxCategory": "string",
"productUrl": "string",
"imageUrl": "string"
}
],
"merchantOrderReference": "string",
"mode": "embedded",
"recurringProcessingModel": "CardOnFile",
"shopperEmail": "string",
"shopperInteraction": "Ecommerce",
"shopperLocale": "string",
"shopperReference": "string",
"storePaymentMethod": true,
"storePaymentMethodMode": "string",
"store": "string",
"telephoneNumber": "string",
"dateOfBirth": "string",
"socialSecurityNumber": "string",
"deliveryAddress": {
"city": "string",
"country": "string",
"houseNumberOrName": "string",
"postalCode": "string",
"street": "string"
},
"billingAddress": {
"city": "string",
"country": "string",
"houseNumberOrName": "string",
"postalCode": "string",
"street": "string"
},
"transactionType": "sale"
}