API 1: [Deprecated]Get Access Tokens
Last updated
Last updated
Please note that this API endpoint has been deprecated. Once you are onboarded as one of our developers, we will provide you with a semi-permanent token for testing. For merchants in the production environment, we will also provide a semi-permanent token to be used for transactions.
Test Enviroment:
POST
https://uat.paywizard.biz/ovstrade/semiOpen/generateAccessToken
Production Enviroment:
POST
Headers
Content-Type
application/json
Request Body
clientId
string
Developer ID
10000000011
clientSecret
String
Developer Secert
a393195acbf6beba52b30a98715c1407
merchantId
String
Merchant ID
10800000010
channelName
String
Payment Channel
epx
version
String
1.0.0
Request Example
Response Body
code
Int
Response Code
(200 Success,
Non-200 Failed)
msg
String
Response Message
timestamp
String
Date/Time(UTC)
data
Object
Response Data
-token
String
Token Info
-merchantId
String
Expired after(Seconds)
-merchantName
String
-type
String
-channelName
String
-expiryTime
String
-1: Will not expire
Response Example