Initiates an order embedded payment with the connector so that the client can render a UI based on the returned order embedded payment client data
Values needed to start the embedded payment
Success
Request property is invalid or missing, or payment method does not exist.
Order does not exist.
{- "webPaymentMethodId": 0,
- "languageTag": "string"
}
{- "embeddedPayment": {
- "id": "string",
- "type": "CinemaProcessed",
- "value": 0.1,
- "status": "NotStarted"
}, - "clientData": {
- "connectorParametersJson": "string",
- "sdkScriptUrls": [
- "string"
], - "connectorScriptUrls": [
- "string"
], - "connectorFunctionName": "string",
- "isPaymentButtonIncluded": true
}, - "updatedOrderExpiresAt": "2019-08-24T14:15:22Z"
}