Skip to content

Commit

Permalink
Minimum version required to be 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
paypay-ayas committed Sep 30, 2020
1 parent 6cce549 commit de99cd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ Before integrating with the SDK, run through this checklist:
* Sign up for a PayPay developer/merchant account
* Generate the API keys from the Developer Panel. Use the sandbox API keys to test out the integration

## Minimum required software requirements

To use the Paypay OPA PHP SDK you need:
- A server compute environment (local machines, docker containers, VPS or dedicated servers, cloud infrastructure etc. )
- A web server to serve your API responses and html documents.
- PHP version 7.x interpreter to execute your backend code.
- Composer to manage your dependencies(recommended) or a release version from this repo to manually maintain your dependencies.

## HMAC Signature Verification

Signature verification is a mandatory step to ensure that the callback is sent by PayPay and the payment is received from an authentic source.
Expand Down

0 comments on commit de99cd7

Please sign in to comment.