본문 바로가기
Integration

[연동] Stripe

by BenKangKang 2024. 5. 29.

Stripe?

  • 온라인 결제 처리 솔루션
  • 다양한 결제 방식과 금융 서비스를 통합하여 비즈니스가 더 쉽게 결제를 수락하고 관리할 수 있다.

 

개념

Customer

- 고객

 

Invoice

- 청구서

- 만료 기한이 있음

 

Payment

- 결제 건

- 결제 대기, 환불 등 다양한 상태가 있음

 

Payment Link

- 특정 목적을 가지고 결제 링크를 생성할 수 있음.

- 다수가 하나의 링크를 결제 가능

 

개발 

SDK

https://www.npmjs.com/package/stripe 

 

stripe

Stripe API wrapper. Latest version: 15.8.0, last published: 5 days ago. Start using stripe in your project by running `npm i stripe`. There are 1618 other projects in the npm registry using stripe.

www.npmjs.com

 

API 문서

https://docs.stripe.com/api 

 

Stripe API Reference

stripe trigger ▶️ [event]

docs.stripe.com

 

테스트

Stripe 는 Test Bed 를 제공한다. 

 

댓글