PHP Classes

File: examples/linkWithoutAmount.php

Recommend this page to a friend!
  Classes of Rohit Arya   UPI PHP Payment API Link   examples/linkWithoutAmount.php   Download  
File: examples/linkWithoutAmount.php
Role: Example script
Content type: text/plain
Description: Example script
Class: UPI PHP Payment API Link
Generate URL or QRCode to pay using the UPI app
Author: By
Last change:
Date: 3 years ago
Size: 191 bytes
 

Contents

Class file image Download
<?php
require_once('../includes/upi.php');
$upi=new Upi();
$beneficiaryName='Rohit Arya';
$upiID='rohitarya@upi';
$link=$upi->linkWithoutAmount($beneficiaryName,$upiID);
echo
$link;
?>