kit PHP v4.44.1 - Merchant ID 31714271088582 - PROD
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;">"-//IETF//DTD HTML 2.0//EN"// INITIALIZE // WALLET INFO 'contractNumber''contractNumber''walletId''walletId''cardInd''cardIndex']; // RESPONSE // RESPONSE '<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" Informations about Wallet "row" "contractNumber"Contract Number "text""contractNumber""contractNumber""<?php echo CONTRACT_NUMBER?>"> <span class="help">(required)</span> </div> <div class="row"><label for="">Wallet id</label> <input type="" name="" id="" value=""> <span class="help">(required)</span> </div> <div class="row"> <label for="cardIndex">Card index</label> <input type="" name="cardIndex" id="cardIndex" value=""> </div> </fieldset> <input type="submit" name="submit" class="submit" value="getCards"> </form>
/* @group Forms *//*background: #ddd;*//* @end */