PHPackages                             ihatehandles/paynow - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. ihatehandles/paynow

ActiveLibrary[Payment Processing](/categories/payments)

ihatehandles/paynow
===================

PHP SDK for Paynow

v1.0.0(7y ago)146MITPHP

Since Aug 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/samtheson/paynow)[ Packagist](https://packagist.org/packages/ihatehandles/paynow)[ RSS](/packages/ihatehandles-paynow/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Paynow PHP SDK
==============

[](#paynow-php-sdk)

`composer require ihatehandles/paynow`

---

Based off the [Paynow 3rd party shopping cart or link integration guide](https://www.paynow.co.zw/Content/Paynow%203rd%20Party%20Site%20and%20Link%20Integration%20Documentation.pdf).

Initiate a transaction
----------------------

[](#initiate-a-transaction)

Initiating a transaction is very easy, simply instantiate the library with your Paynow integration details.

The `initiatePayment()` call will return a response as Paynow returns it, but you're most interested in the `browserurl` which you should present back to the user.

```
