A comprehensive demo application showcasing Xendit's payment integrations across Southeast Asia. This full-stack React/Node.js application demonstrates how to implement Xendit's Sessions API with both Payment Link and Components integration methods.
- Server guide -
server/integrations/README.md - Sessions API - Components
- Serverside -
server/integrations/components.ts - Frontend -
src/integrations/XenditComponents.tsx - Components Frontend guide -
src/integrations/README.md
- Serverside -
- Sessions API - Payment Links
- Serverside -
server/integrations/payment-link.ts
- Serverside -
- Invoice API - Payment Links
- Serverside -
server/integrations/invoice.ts
- Serverside -