플랜 단건 조회
작성일 2026.03.14 | 수정일 2026.03.14
GET
/cash/v1/plans/:planIdParameters
planId— 조회할 플랜의 고유 ID (32자)
특정 플랜의 상세 정보를 조회합니다.
Response
단일 플랜 객체가 반환됩니다.
Structure
Response
{
"planId": "CA01PL01234567890123456789AB",
"name": "Basic Plan",
"supplyPrice": 9091,
"tax": 909,
"totalPrice": 10000,
"useHook": true,
"hook": {
"url": "https://example.com/webhook",
"customData": {
"tier": "basic"
}
},
"dateCreated": "2024-01-01T00:00:00.000Z",
"dateUpdated": "2024-06-01T00:00:00.000Z"
}