v1
latestOpenAPI 3.0.02026-07-246335313.6 KBPayout APIs
Verify Payout Transactions
post/api/merchant/payout/verify
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
Example request
{
"email": "sagar@portone.io",
"otp": "131371",
"name": "teststaging1",
"txn_refs": [
"PARTNERTEST021631134187971232347",
"PARTNERTEST021631134187965732348"
],
"signature_hash": "emFLgXdZJQzpm1O8HcHWi16KJRxeg+wuTGzr1wv7Nng=",
"environment": "sandbox"
}Response
Successful response