반응형
Payment Request API
사용자가 선호하는 결제 방식을 제공하여 판매자(merchant)가 그 정보를 제공받도록 돕는 API다.
- PaymentAddress
- PaymentRequest
- PaymentRequestEvent
- PaymentRequestUpdateEvent
- PaymentMethodChangeEvent
- PaymentResponse
- MerchantValidationEvent
MDN 문서
https://developer.mozilla.org/en-US/docs/Web/API/Payment_Request_API
Payment Request API - Web APIs | MDN
The Payment Request API provides a consistent user experience for both merchants and users. It is not a new way for paying for things; rather, it's a way for users to select their preferred way of paying for things, and make that information available to a
developer.mozilla.org
반응형
'웹_프론트엔드 > 로드맵 챌린지' 카테고리의 다른 글
PWA - PRPL 패턴 (0) | 2022.11.17 |
---|---|
PWA API - Credentials (0) | 2022.03.30 |
PWA API - Device Orientation (0) | 2022.03.28 |
PWA API - Notifications (0) | 2022.03.25 |
PWA API - Location (0) | 2022.03.24 |