diff --git a/packages/app-store/paypal/pages/setup/index.tsx b/packages/app-store/paypal/pages/setup/index.tsx index 3bcb54fed6..b4745360ae 100644 --- a/packages/app-store/paypal/pages/setup/index.tsx +++ b/packages/app-store/paypal/pages/setup/index.tsx @@ -1,3 +1,4 @@ +import { AlertCircleIcon } from "lucide-react"; import Link from "next/link"; import { useRouter } from "next/navigation"; import { useState } from "react"; @@ -79,29 +80,76 @@ export default function PayPalSetup() {
Setup instructions
+Getting started with Paypal APP
++ Here in Cal.com we offer Paypal as one of our payment gateway. You can use your own Paypal + Business account to receive payments from your customers enabling and setting up price and + currency for each of your event types. +
-
+
Resources:
+ + Link to Paypal developer API REST Setup Guide: + https://developer.paypal.com/api/rest/#link-getclientidandclientsecret + + +Setup instructions
++ Remember to only proceed with the following steps if your account has already been upgraded to + a business account. Also keep in mind that some of the following steps might be different + since Paypal offers different experiences based on your country. +
+ +
+
+ Our integration creates a specific webhook on your Paypal account that we use to report back + transactions to our system. If you delete this webhook, we will not be able to report back and + you should Uninstall and Install the app again for this to work again. Uninstalling the app + won't delete your current event type price/currency configuration but you would not be + able to receive bookings. +