API REFERENCE
...
Customer
Authentication
Generate Access Token
2min
Use /auth endpoint by credentials to return a token and continue your process to initiate a payment.
POST
Request
Body Parameters
accessKey
required
String
Pre-generated by Klavi for partner
secretKey
required
String
Pre-generated by Klavi for partner
Response
Attribute | Type | Description |
accessToken | String | Token generated, one access token is only valid for one payment Initiation |
expire | String | Expire time of the accessToken |
Updated 12 Mar 2024
Did this page help you?