v1
latestOpenAPI 3.0.02026-07-246335313.6 KBPayout APIs
Approve Payout Txns
post/api/merchant/payout/approve
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
{
"approver_email": "jatin+new@portone.io",
"otp": "054447",
"approver_name": "jatin",
"txn_refs": [
"PARTNERTEST021631824785546830158"
],
"signature_hash": "{{signature_hash}}",
"environment": "sandbox"
}Response
Successful response