Payment Integration
Payment integration enables secure online payment processing by connecting Conga with Stripe. It supports configuring API keys, webhooks, allowed payment methods, and storing secrets, allowing both logged-in and guest users to initiate and complete payments seamlessly.
Configuring Stripe Payment Integration
Stripe is a third-party payment processing platform that enables businesses to accept and manage online payments securely. It supports multiple payment methods, handles payment authorization and status events, and provides APIs and webhooks for seamless system integration.
You can configure Stripe and integrate it with Conga to enable secure payment processing. This task guides you through setting up Stripe API keys, webhooks, allowed payment methods, and storing required secrets using the Conga integration framework.
- Access to the Stripe Dashboard.
- A tenant-specific Stripe account is available.
- An Integration User is created for each tenant in Conga.
- Access to the Conga Secret Management API.
The Stripe integration is configured and ready for use with Conga.
Guest User Payment Integration
Guest users can initiate and complete payments without logging in. Administrators must configure allowed routes via the Get a configuration API.
Category - guestuser
Name - allowedroutes
{\"Route\":\"/api/integrations/v1/payment/initialize\",\"Method\":\"POST\"},{\"Route\":\"/api/integrations/v1/stripewebhook/stripe-response\",\"Method\":\"POST\"},{\"Route\":\"/api/integrations/v1/payment/metadata\",\"Method\":\"GET\"}