paynow 0.4.0

Rust support for Paynow Zimbabwe's HTTP API
Documentation
1
2
3
4
5
6
7
8
9
10
# Instructions

To run these examples you need to add the integration ID and key to your environment variables.

```bash
export PAYNOW_INTEGRATION_ID=YOUR_ID
export PAYNOW_INTEGRATION_KEY=YOUR_KEY
```

Replace `YOUR_ID` and `YOUR_KEY` with your *test* integration ID and key from Paynow respectively.