v1

latestOpenAPI 3.0.02026-07-246335313.6 KB
Payment APIs

Get Transaction Details

Fetch the details of the Transaction.

post/api/{key}/transaction-details

Path parameters

keystring required

Headers

X-Portone-Client-Keystring
Authorizationstring

The Authorization header is used to include the JWT for authenticating API requests; learn how to generate the token <a href="/docs/jwt-authentication" target="_blank">in this guide</a>

Request body

order_refstring required

The unique Order reference generated by PortOne for transaction.

Example request

{
  "order_ref": "2U9H9Fax1AtSb9zdyxVpTtGOcwQ_1"
}

Response

Successful response

messagestring

The description of the API request execution result

status_codestring

The status_code for API request execution result

status_reasonstring

The status_reason for API request execution result