| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************curl --location '/v2.0/tool/getTnC/The unique identifier of the Terms and Conditions (T&Cs) to be retrieved. Eg. "A001", "X101", "X102".'{
"code": 200,
"msg": "success",
"data": {
"tncId": "N001",
"name": "Partner_Program_Agreement_EndUser_Authorization",
"version": "V1.0",
"tncContent": "https://d1850j7ztm58xd.cloudfront.net/api-static/tnc/Partner_Program_Agreement_EndUser_Authorization.pdf",
"effectiveFrom": "2026-07-15"
}
}