Skip to content

Commit

Permalink
Update userAuth.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyansh Pandey committed Jan 24, 2021
1 parent ad6ded8 commit eba2763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userAuth.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ gradle install
<dependency>
<groupId>jp.ne.paypay</groupId>
<artifactId>paypayopa</artifactId>
<version>0.9.0</version>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
#Gradle: Add this dependency to your project's build file:
compile "jp.ne.paypay:paypayopa:0.9.0"
compile "jp.ne.paypay:paypayopa:1.0.1"
```
### Build your Client
Build your client by adding your API Key and Secret like defined below. We enable API Authentication using HMAC, however the SDK will take care of the authentication by itself. [Click here](https://www.paypay.ne.jp/opa/doc/v1.0/pending_payments#tag/Api-Authentication) if you want to know more about the authentication.
Expand Down Expand Up @@ -79,4 +79,4 @@ For details of all the request and response parameters , check our [API Document

|Status |CodeId |Code |Message|
|---|---|---|---|
|401 || INVALID_USER_AUTHORIZATION_ID |The specified user authorization ID is invalid.|
|401 || INVALID_USER_AUTHORIZATION_ID |The specified user authorization ID is invalid.|

0 comments on commit eba2763

Please sign in to comment.