Please see our support contact information to raise an issue.
Add to your composer.json:
"worldpay/worldpay-lib-php": "~2.1.2"
Or run:
composer require worldpay/worldpay-lib-php
require_once('worldpay-php/init.php');
https://online.worldpay.com/docs
https://online.worldpay.com/api-reference
The examples require editing to support PHP 5.3.
Uses WorldpayJS to generate a token that is posted to create_order.php. Change your client key
Creates a Worldpay order with a posted token. *Change your service key
Authorizes a 3DS order *Change your service key
Enter your Worldpay order code and posts it to refund_order.php
Refunds a Worldpay order with a posted order code Change your service key
Enter your Worldpay order code and amount to refund and posts it to partial_refund_order.php
Refunds a Worldpay order with a posted order code Change your service key
Enter your Worldpay reusable token and posts it to stored_cards.php
Shows stored card details from posted token *Change your service key
PHP 5.3+ Curl