ここで説明されているように、Worldpay ライトボックスの統合を試みています
<script type="text/javascript">
var customOptions = {
iframeIntegrationId: 'libraryObject',
iframeHelperURL: 'https://example.com/helper.html',
iframeBaseURL: 'https://example.com',
url: 'https://payments.worldpay.com/ngpp/integration/wpg/corporate?OrderKey=YOUR_ORDER_KEY&Ticket=YOUR_TICKET_ID',
type: 'iframe',
target: 'custom-html',
accessibility: true,
debug: false,
language: 'en',
country: 'gb',
preferredPaymentMethod: 'VISA-SSL',
successURL: 'https://example.com/success',
cancelURL: 'https://example.com/cancel',
failureURL: 'https://example.com/failure',
pendingURL: 'https://example.com/pending',
errorURL: 'https://example.com/error'
};
//initialise the library and pass options
var libraryObject = new WPCL.Library();
libraryObject.setup(customOptions);
</script>
このスクリプトを使用すると、URL に 404 エラーが表示されます。