v1
latestOpenAPI 3.0.02026-07-246335313.6 KBPayment APIs
Fetch Merchant Transactions
post/api/merchant/{key}/fetch-all-payments
Path parameters
keystring required
The PortOne Key of the merchant.
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
Example request
{
"page": 1,
"size": 10,
"from": "2022-12-11T09:05:35.803Z",
"to": "2024-12-11T09:05:35.803Z",
"environment": "sandbox"
}Response
Successful response