Skip to content

Commit

Permalink
Update README.md with documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
DeH4eG committed Sep 23, 2022
1 parent 33ae1a9 commit 7756283
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ Omnipay is installed via [Composer](https://getcomposer.org/). To install, simpl

## API docs

> Note! Currently, library supports v0.2 of API
Kevin gateway API documentation you can find [here](https://docs.getkevin.eu/public/platform/v0.2)
Kevin gateway API documentation you can find [here](https://api-reference.kevin.eu/public/platform/v0.3)

## Usage

Expand All @@ -30,7 +28,7 @@ Currently, library implements 2 endpoints:

|Method|Endpoint|
|---|---|
|`POST`|[/pis/payment](https://docs.getkevin.eu/public/platform/v0.2#operation/initiatePayment)|
|`POST`|[/pis/payment](https://api-reference.kevin.eu/public/platform/v0.3#tag/Payment-Initiation-Service/operation/initiatePayment)|

```php
use Omnipay\Kevin\Gateway;
Expand Down Expand Up @@ -82,7 +80,7 @@ if ($response->isRedirect()) {

|Method|Endpoint|
|---|---|
|`GET`|[/pis/payment/{paymentId}/status](https://docs.getkevin.eu/public/platform/v0.2#operation/getPaymentStatus)|
|`GET`|[/pis/payment/{paymentId}/status](https://api-reference.kevin.eu/public/platform/v0.3#tag/Payment-Initiation-Service/operation/getPaymentStatus)|

```php
use Omnipay\Kevin\Gateway;
Expand Down

0 comments on commit 7756283

Please sign in to comment.