PHP code example of deedee2025 / placetoplay
1. Go to this page and download the library: Download deedee2025/placetoplay library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
deedee2025 / placetoplay example snippets
PlaceToPay::authenticate( $yourLogin, $yourTransactionKey );
$transaction = PlaceToPay::getTransactionInformation($transactionID);
$info = PlaceToPay::getStoredTransactionsInfo();
$request = new PSETransactionRequest( $param );
$storeIds = true;
$result = PlaceToPay::createTransaction( $request, $storeIds );