Download the PHP package h2akim/billplz without Composer
On this page you can find all versions of the php package h2akim/billplz. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package billplz
BillPlz API on PHP
Simple library for BillPlz Payment Software API
Getting Started
Composer
How to Use
Create a new Collection
Parameters available for collection creation:
- title
- logo (optional) - (not tested)
- splitpayment[email] (optional)_
- split_payment[fixedcut] (optional)_
- split_payment[variablecut] (optional)_
- object (optional) - return as object (if true)
Create a new Open Collection
Parameters available for open collection creation:
- title
- description
- amount
- fixedamount (optional)_
- fixedquantity (optional)_
- paymentbutton (optional)_
- reference_1label (optional)_
- reference_2label (optional)_
- emaillink (optional)_
- tax (optional)
- photo (optional) - (not tested)
- splitpayment[email] (optional)_
- split_payment[fixedcut] (optional)_
- split_payment[variablecut] (optional)_
- object (optional) - return as object (if true)
Create a new Bill
Parameters available for bill creation:
- collection_id
- mobile
- name
- amount
- callback_url
- description
- dueat (optional)_
- redirecturl (optional)_
- deliver (optional) - SMS if set to true (RM0.15)
- reference_1label (optional)_
- reference1 (optional)_
- reference_2label (optional)_
- reference2 (optional)_
- autosubmit (optional)_ - Skip BillPlz page. [ Value: fpx or paypal ]
- object (optional) - return as object (if true)
Retrieve a Bill
Parameters available for bill retrieval:
- bill_id (required)
- object (optional) - return as object (if true)
- autosubmit (optional)_ - Skip BillPlz page. [ Value: fpx or paypal ]
Delete a Bill
Parameters available for bill deletion:
- bill_id (required)
All versions of billplz with dependencies
PHP Build Version
Package Version
No informations.
The package h2akim/billplz contains the following files
Loading the files please wait ....