
# PayPal Payment Integration Guide
This package integrates PayPal (opens new window) with Vue Storefront. It provides a dedicated composable, Vue.js component and a set of endpoints to communicate with PayPal.
WARNING
The integration uses authorize intent which reserves funds on the user's account. It adds both capture and refund links to the commercetools dashboard. If you want to perform one of these actions, you have to send an additional POST request to the URL presented in the Payment's details.
# Table of contents
- Installation
- How to capture a payment
- How to refund a payment
- Passing locale to PayPal component
- Using own loader for Paypal component
- Express checkout setup
- Skip confirmation page in Express checkout
- Default shipping method in Express checkout
- Getting PayPal access token
- Modifying PayPal components configuration
- Preventing payment authorization
- Changelog