HOMO CMD24 (id 36939583973678)
Wallet
createWallet - updateWallet - getWallet - createWebWallet (*) - updateWebWallet (*) - getWebWallet - disableWallet - enableWallet - doImmediateWalletPayment - doScheduledWalletPayment - doRecurrentWalletPayment - getPaymentRecord - updatePaymentRecord - getBillingRecord - updateBillingRecord - disablePaymentRecord - getCards - manageWebWallet
Demo that shows the usage of Payline classes for wallet (both webPayment and Direct API)
(*) createWebWallet and updateWebWallet are deprecated. Please use manageWebWallet
display example only html code | php code | css code
span style="color: #ff0000;">'../initSDK.php'; //VERSION 'version''version''../arraySet/payment.php''../arraySet/order.php''../arraySet/buyer.php'; // WALLET ID 'walletId''walletId']; // CARDIND 'cardInd''CardIndex']; // WALLET CVX 'walletCvx''walletCvx''../arraySet/privateDataList.php''../arraySet/authentication3DSecure.php'; //MEDIA 'media''media']; // EXECUTE '<table>'' <tr>'' <td><H3>REQUEST</H3></td>'' <td><H3>RESPONSE</H3></td>'' </tr>'' <tr>'" <td style='vertical-align: top; padding: 5px;'>"' </td>'" <td style='vertical-align: top; padding: 5px;'>"' </td>'' </tr>''</table>'
"../demos/wallet.php""post""payline-form" 'doImmediateWalletPayment'; include '../fieldset/version.php'; include '../fieldset/payment.php'; include '../fieldset/order.php'; include '../fieldset/buyer.php' Wallet informations "row" "walletId"Wallet ID "text""walletId""walletId""<?php echo $_SESSION['buyerWalletId'] ?>" /> <span class="help">(required)</span> </div> <div class="row"> <label for="CardIndex">Card Index</label> <input type="" name="CardIndex" id="CardIndex" value=""> </div> <div class="row"> <label for="walletCvx">CVX</label> <input type="" name="walletCvx" id="walletCvx" value=""> </div> </fieldset> <?php include '../fieldset/privateDataList.php'; include '../fieldset/media.php'; include '../fieldset/authentication3DSecure.php'; ?> <input type="submit" name="submit" class="submit" value="" /> </form>
/* @group Forms *//* @end */