|
13 | 13 | "info": { |
14 | 14 | "title": "Iamport API", |
15 | 15 | "description": "Built by [fake-iamport-server](https://github.com/samchon/payments/tree/master/packages/fake-iamport-server) with [nestia](https://github.com/samchon/nestia)", |
16 | | - "version": "9.0.0", |
| 16 | + "version": "10.0.0", |
17 | 17 | "license": { |
18 | 18 | "name": "MIT" |
19 | 19 | } |
|
51 | 51 | { |
52 | 52 | "bearer": [] |
53 | 53 | } |
54 | | - ] |
| 54 | + ], |
| 55 | + "x-samchon-accessor": [ |
| 56 | + "subscribe", |
| 57 | + "customers", |
| 58 | + "at" |
| 59 | + ], |
| 60 | + "x-samchon-controller": "FakeIamportSubscribeCustomersController" |
55 | 61 | }, |
56 | 62 | "post": { |
57 | 63 | "summary": "간편 결제 카드 등록하기", |
|
95 | 101 | { |
96 | 102 | "bearer": [] |
97 | 103 | } |
98 | | - ] |
| 104 | + ], |
| 105 | + "x-samchon-accessor": [ |
| 106 | + "subscribe", |
| 107 | + "customers", |
| 108 | + "create" |
| 109 | + ], |
| 110 | + "x-samchon-controller": "FakeIamportSubscribeCustomersController" |
99 | 111 | }, |
100 | 112 | "delete": { |
101 | 113 | "summary": "간편 결제 카드 삭제하기", |
|
128 | 140 | { |
129 | 141 | "bearer": [] |
130 | 142 | } |
131 | | - ] |
| 143 | + ], |
| 144 | + "x-samchon-accessor": [ |
| 145 | + "subscribe", |
| 146 | + "customers", |
| 147 | + "erase" |
| 148 | + ], |
| 149 | + "x-samchon-controller": "FakeIamportSubscribeCustomersController" |
132 | 150 | } |
133 | 151 | }, |
134 | 152 | "/subscribe/payments/onetime": { |
|
164 | 182 | { |
165 | 183 | "bearer": [] |
166 | 184 | } |
167 | | - ] |
| 185 | + ], |
| 186 | + "x-samchon-accessor": [ |
| 187 | + "subscribe", |
| 188 | + "payments", |
| 189 | + "onetime" |
| 190 | + ], |
| 191 | + "x-samchon-controller": "FakeIampotSubscribePaymentsController" |
168 | 192 | } |
169 | 193 | }, |
170 | 194 | "/subscribe/payments/again": { |
|
200 | 224 | { |
201 | 225 | "bearer": [] |
202 | 226 | } |
203 | | - ] |
| 227 | + ], |
| 228 | + "x-samchon-accessor": [ |
| 229 | + "subscribe", |
| 230 | + "payments", |
| 231 | + "again" |
| 232 | + ], |
| 233 | + "x-samchon-controller": "FakeIampotSubscribePaymentsController" |
204 | 234 | } |
205 | 235 | }, |
206 | 236 | "/certifications/{imp_uid}": { |
|
235 | 265 | { |
236 | 266 | "bearer": [] |
237 | 267 | } |
238 | | - ] |
| 268 | + ], |
| 269 | + "x-samchon-accessor": [ |
| 270 | + "certifications", |
| 271 | + "at" |
| 272 | + ], |
| 273 | + "x-samchon-controller": "FakeIamportCertificationsController" |
239 | 274 | }, |
240 | 275 | "delete": { |
241 | 276 | "summary": "본인인증 정보 삭제하기", |
|
268 | 303 | { |
269 | 304 | "bearer": [] |
270 | 305 | } |
271 | | - ] |
| 306 | + ], |
| 307 | + "x-samchon-accessor": [ |
| 308 | + "certifications", |
| 309 | + "erase" |
| 310 | + ], |
| 311 | + "x-samchon-controller": "FakeIamportCertificationsController" |
272 | 312 | } |
273 | 313 | }, |
274 | 314 | "/certifications/otp/request": { |
|
304 | 344 | { |
305 | 345 | "bearer": [] |
306 | 346 | } |
307 | | - ] |
| 347 | + ], |
| 348 | + "x-samchon-accessor": [ |
| 349 | + "certifications", |
| 350 | + "otp", |
| 351 | + "request" |
| 352 | + ], |
| 353 | + "x-samchon-controller": "FakeIamportCertificationsController" |
308 | 354 | } |
309 | 355 | }, |
310 | 356 | "/certifications/otp/confirm/{imp_uid}": { |
|
350 | 396 | { |
351 | 397 | "bearer": [] |
352 | 398 | } |
353 | | - ] |
| 399 | + ], |
| 400 | + "x-samchon-accessor": [ |
| 401 | + "certifications", |
| 402 | + "otp", |
| 403 | + "confirm" |
| 404 | + ], |
| 405 | + "x-samchon-controller": "FakeIamportCertificationsController" |
354 | 406 | } |
355 | 407 | }, |
356 | 408 | "/internal/webhook": { |
|
377 | 429 | "application/json": {} |
378 | 430 | } |
379 | 431 | } |
380 | | - } |
| 432 | + }, |
| 433 | + "x-samchon-accessor": [ |
| 434 | + "internal", |
| 435 | + "webhook" |
| 436 | + ], |
| 437 | + "x-samchon-controller": "FakeIamportInternalController" |
381 | 438 | } |
382 | 439 | }, |
383 | 440 | "/internal/deposit/{imp_uid}": { |
|
408 | 465 | { |
409 | 466 | "bearer": [] |
410 | 467 | } |
411 | | - ] |
| 468 | + ], |
| 469 | + "x-samchon-accessor": [ |
| 470 | + "internal", |
| 471 | + "deposit" |
| 472 | + ], |
| 473 | + "x-samchon-controller": "FakeIamportInternalController" |
412 | 474 | } |
413 | 475 | }, |
414 | 476 | "/payments/{imp_uid}": { |
|
453 | 515 | { |
454 | 516 | "bearer": [] |
455 | 517 | } |
456 | | - ] |
| 518 | + ], |
| 519 | + "x-samchon-accessor": [ |
| 520 | + "payments", |
| 521 | + "at" |
| 522 | + ], |
| 523 | + "x-samchon-controller": "FakeIamportPaymentsController" |
457 | 524 | } |
458 | 525 | }, |
459 | 526 | "/payments/cancel": { |
|
489 | 556 | { |
490 | 557 | "bearer": [] |
491 | 558 | } |
492 | | - ] |
| 559 | + ], |
| 560 | + "x-samchon-accessor": [ |
| 561 | + "payments", |
| 562 | + "cancel" |
| 563 | + ], |
| 564 | + "x-samchon-controller": "FakeIamportPaymentsController" |
493 | 565 | } |
494 | 566 | }, |
495 | 567 | "/receipts/{imp_uid}": { |
|
524 | 596 | { |
525 | 597 | "bearer": [] |
526 | 598 | } |
527 | | - ] |
| 599 | + ], |
| 600 | + "x-samchon-accessor": [ |
| 601 | + "receipts", |
| 602 | + "at" |
| 603 | + ], |
| 604 | + "x-samchon-controller": "FakeIamportReceiptsController" |
528 | 605 | }, |
529 | 606 | "post": { |
530 | 607 | "summary": "현금 영수증 발행하기", |
|
568 | 645 | { |
569 | 646 | "bearer": [] |
570 | 647 | } |
571 | | - ] |
| 648 | + ], |
| 649 | + "x-samchon-accessor": [ |
| 650 | + "receipts", |
| 651 | + "create" |
| 652 | + ], |
| 653 | + "x-samchon-controller": "FakeIamportReceiptsController" |
572 | 654 | }, |
573 | 655 | "delete": { |
574 | 656 | "summary": "현금 영수증 취소하기", |
|
601 | 683 | { |
602 | 684 | "bearer": [] |
603 | 685 | } |
604 | | - ] |
| 686 | + ], |
| 687 | + "x-samchon-accessor": [ |
| 688 | + "receipts", |
| 689 | + "erase" |
| 690 | + ], |
| 691 | + "x-samchon-controller": "FakeIamportReceiptsController" |
605 | 692 | } |
606 | 693 | }, |
607 | 694 | "/users/getToken": { |
|
632 | 719 | } |
633 | 720 | } |
634 | 721 | } |
635 | | - } |
| 722 | + }, |
| 723 | + "x-samchon-accessor": [ |
| 724 | + "users", |
| 725 | + "getToken" |
| 726 | + ], |
| 727 | + "x-samchon-controller": "FakeIamportUsersController" |
636 | 728 | } |
637 | 729 | }, |
638 | 730 | "/vbanks": { |
|
668 | 760 | { |
669 | 761 | "bearer": [] |
670 | 762 | } |
671 | | - ] |
| 763 | + ], |
| 764 | + "x-samchon-accessor": [ |
| 765 | + "vbanks", |
| 766 | + "create" |
| 767 | + ], |
| 768 | + "x-samchon-controller": "FakeIamportVbanksController" |
672 | 769 | }, |
673 | 770 | "put": { |
674 | 771 | "summary": "가상 계좌 편집하기", |
|
702 | 799 | { |
703 | 800 | "bearer": [] |
704 | 801 | } |
705 | | - ] |
| 802 | + ], |
| 803 | + "x-samchon-accessor": [ |
| 804 | + "vbanks", |
| 805 | + "update" |
| 806 | + ], |
| 807 | + "x-samchon-controller": "FakeIamportVbanksController" |
706 | 808 | } |
707 | 809 | } |
708 | 810 | }, |
|
0 commit comments