Posts

Showing posts from July, 2022

Pega and Whatsapp Integration

Image
 Pega and Whatsapp Integration Following the procedure from  Official Whatsapp Cloud API 1. Set up Developer Assets and Platform Access The  WhatsApp Cloud API  and  WhatsApp Business Management API  are part of Meta’s Graph API, so you need to set up a Meta developer account and a Meta developer app. To set that up: Register as a Meta Developer  Enable two-factor authentication for your account  Create a Meta App : Go to  developers.facebook.com  >  My Apps  >  Create App . Select the "Business" type and follow the prompts on your screen. Click the app you want to connect to WhatsApp from the App Dashboard. Click Set up when you locate the "WhatsApp" product by scrolling down. Following that, you will have the choice to choose an existing Business Manager (if you have one) or, if you prefer, have one created for you automatically through the onboarding process (you can customize your business later, if needed). Make...

Pega and Whatsapp Integration

Image
 Pega and Whatsapp Integration Following the procedure from  Official Whatsapp Cloud API 1. Set up Developer Assets and Platform Access The  WhatsApp Cloud API  and  WhatsApp Business Management API  are part of Meta’s Graph API, so you need to set up a Meta developer account and a Meta developer app. To set that up: Register as a Meta Developer  Enable two-factor authentication for your account  Create a Meta App : Go to  developers.facebook.com  >  My Apps  >  Create App . Select the "Business" type and follow the prompts on your screen. Click the app you want to connect to WhatsApp from the App Dashboard. Click Set up when you locate the "WhatsApp" product by scrolling down. Following that, you will have the choice to choose an existing Business Manager (if you have one) or, if you prefer, have one created for you automatically through the onboarding process (you can customize your business later, if needed). Make...

Cashfree and Pega Integration

Image
 Cashfree and Pega Integration  Cashfree Payments is a payments and banking technology company that enables businesses in India to collect payments online and make payouts. Step 1 : Login or signup at cashfree.com and switch to test environment https://merchant.cashfree.com/merchants/landing?env=test Step 2 : Click on "Try Test Environment" under the Payment gateway  Step 3 : Go to the developers option under the left nav bar  Step 4 : Click on API keys and generate the keys and download them we would be using them for our REST connect --------------------------------------------------------------------------------------------------------------                                     PEGA CONFIGURATION Step 1 : We would be requiring to create two REST connects 1) To create a new order for a payment ( Every payment is considered as an...

Razorpay and Pega Integration

Image
Razorpay and Pega Integration     Step 1 :   Sign up at https://razorpay.com and login to the Razor pay dashboard to get api credentials Create a  Razorpay account .   1. Create a Order for your payment :  Create a authentication profile in Pega with type as Basic ( User credentials based Auth) -        Username : Razorpay api key -        Set Password – Razorpay api secret o    Create a REST Integration : -        Configure -> Integration -> Connectors -> Create REST Integration -        Endpoint URL : https://api.razorpay.com/v1/orders -        + Authentication : Choose your Auth profile your created and click on next -        Click on POST method -        + Add Rest Respon...