Skip to content

Commit

Permalink
Update composer.lock and add transfer and verify transfer feature
Browse files Browse the repository at this point in the history
  • Loading branch information
isrugeek committed Jul 22, 2024
1 parent 9a313de commit a46f094
Show file tree
Hide file tree
Showing 4 changed files with 1,113 additions and 848 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ All notable changes to `chapa-laravel` will be documented in this file

## 1.0.1 - 2023-05-22

- Supporting latest `Laravel version (10.x)`, formatting and other minor reported bugs.
- Supporting latest `Laravel version (10.x)`, formatting and other minor reported bugs.

## 1.0.2 - 2024-07-22

- Support Transfers {Create and Verify} [beta]
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ The current features have been implemented

- Initiate Payment
- Payment verification
- Create a Transfer
- Verify a Transfer

## API Reference

Expand Down Expand Up @@ -72,6 +74,18 @@ The current features have been implemented
| :-------- | :------- | :------- | :------------------------------------------------------------------------------------------------------------------- |
| `key` | `string` | **Yes**. | This will be your public key from Chapa. When on test mode use the test key, and when on live mode use the live key. |



### Verify Transfers

```https
GET https://api.chapa.dev/v1/transfers/verify/{tx-ref}
```

| Parameter | Type | Required | Description |
| :-------- | :------- | :------- | :------------------------------------------------------------------------------------------------------------------- |
| `key` | `string` | **Yes**. | This will be your public key from Chapa. When on test mode use the test key, and when on live mode use the live key. |

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
Expand Down
Loading

0 comments on commit a46f094

Please sign in to comment.