본문 바로가기
웹 도구 제작 노트

토스페이먼츠 일반/구독 결제 - 사이트에 결제 달기

by 크랜베리 Ai. 2024. 11. 15.

간단 내용

토스페이먼츠 일반/구독 결제 코드 넣는 방법

화면 캡처

파일 내용, 디렉토리 구조, 파일명 재구성해 화면 캡처함

 

https://www.tosspayments.com/

 

https://developers.tosspayments.com/

 

API 키 클릭

클라이언트 키, 시크릿 키 복사해 놓기

일반 결제

http://localhost/payment/tosspayments/order/order.html

 

http://localhost/payment/tosspayments/success.html?orderId=xxx&paymentKey=yyy&amount=100

구독 결제

http://localhost/payment/tosspayments/subscribe/subscribe.html

 

http://localhost/payment/tosspayments/subscribe/billing.html?customerKey=xxx&authKey=yyy

 

서비스전 심사비 33만원

상세 내용

토스페이먼츠 일반/구독 결제 코드 넣는 방법

 

시작하기

https://docs.tosspayments.com/guides/v2/get-started


카드/간편결제 통합결제창 연동하기
https://docs.tosspayments.com/guides/v2/payment-window/integration

https://github.com/tosspayments/tosspayments-sample/blob/main/express-javascript/public/payment/checkout.html

https://github.com/tosspayments/tosspayments-sample/blob/main/express-javascript/public/payment/success.html

https://github.com/tosspayments/tosspayments-sample/blob/main/express-javascript/public/fail.html

https://github.com/tosspayments/tosspayments-sample/blob/main/express-javascript/server.js

 

자동결제(빌링) 결제창 연동하기
https://docs.tosspayments.com/guides/v2/billing/integration

https://github.com/tosspayments/tosspayments-sample/blob/main/express-javascript/public/payment/billing.html

https://github.com/tosspayments/tosspayments-sample/blob/main/express-javascript/public/fail.html

https://github.com/tosspayments/tosspayments-sample/blob/main/express-javascript/server.js

 

토스페이먼츠 Express + JavaScript 샘플 프로젝트
https://github.com/tosspayments/tosspayments-sample/tree/main/express-javascript

 

사이트에 결제 달기 시리즈:

 

토스페이먼츠 일반/구독 결제 - 사이트에 결제 달기
https://automatethem.tistory.com/385


페이팔 일반/구독 결제 - 사이트에 결제 달기

샌박

https://automatethem.tistory.com/414

 

포트원 일반/구독 결제 - 사이트에 결제 달기
https://automatethem.tistory.com/373

앱 주소

https://www.tosspayments.com/


NH pay(NH페이) - Google Play 앱

https://play.google.com/store/apps/details?id=nh.smart.nhallonepay&hl=ko

App Store에서 제공하는 NH pay(NH페이)
https://apps.apple.com/kr/app/nh-pay-nh%ED%8E%98%EC%9D%B4/id1177889176

강의 동영상

NextJs 결제연동하기 (feat. Toss/토스페이먼츠) - YouTube

참고 자료

관리

 

https://github.com/automatethem-prod-web/payment-tosspayments-web-app

Sns

https://automatethem.tistory.com/385

 

https://blog.naver.com/automatethem/223669281317

 

https://automate-them.blogspot.com/2024/11/blog-post_21.html

반응형