v1

latestOpenAPI 3.0.02026-07-246335313.6 KB
Payment APIs

Create JWT Token

This endpoint is used to authenticate the merchant and obtain an authentication token. Upon successful validations, the response will include the authentication token.

post/api/merchant/auth-token

Headers

Content-Typestring

Request body

portone_keystring required

The merchant's Portone API key.

portone_secretstring required

The merchant's Portone secret key.

Example request

{
  "portone_key": "sjcrvcbVYkFobHlx",
  "portone_secret": "6cd264c70ec38d41a5dc2662e98c72bac58d3afc5bb4e80debbe3a976a0dc4eb"
}

Response

Successful response

messagestring

The description of the API request execution result

status_codestring

The status code of API response

status_reasonstring

The status reason of API response

All 63 operations