v1

latestOpenAPI 3.0.02026-07-246335313.6 KB
Payment APIs

Update Transaction Status

Update Transaction Status or COD Order Status

put/api/transaction/status

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>

Content-Typestring

Request body

statusstring required

The status of the transaction, either 'Success' or 'Failed'

merchant_order_refstring required

The unique merchant order reference generated by the merchant

signaturestring required

The SignatureHash of the payload data

Example request

{
  "merchant_order_ref": "Merchant1655292274163",
  "status": "Success",
  "signature": "+tIV05AsEX4mffPTXayhmkZrWX7qb5w+sBS0gjE7ScE="
}

Response

Successful response