https://github.com/bloque-app/payments
Official Payments SDK for creating and managing payments and checkouts
https://github.com/bloque-app/payments
checkout payments sdk typescript
Last synced: 2 months ago
JSON representation
Official Payments SDK for creating and managing payments and checkouts
- Host: GitHub
- URL: https://github.com/bloque-app/payments
- Owner: bloque-app
- License: mit
- Created: 2025-12-15T21:04:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T18:32:25.000Z (2 months ago)
- Last Synced: 2026-04-04T19:33:11.077Z (2 months ago)
- Topics: checkout, payments, sdk, typescript
- Language: MDX
- Homepage: https://docs.bloque.app/pay
- Size: 868 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bloque Payments
Official payment processing libraries for Bloque.
## Packages
This monorepo contains the following packages:
- **[@bloque/payments](./packages/payments-sdk)** - SDK for creating and managing payments and checkouts
- **[@bloque/payments-core](./packages/payments-core)** - Core utilities and types
- **[@bloque/payments-react](./packages/payments-react)** - React wrapper for payment components
## Installation
```bash
# SDK
npm install @bloque/payments
# React Components
npm install @bloque/payments-react
```
## Live Demo
Explore the hosted example at [https://bloque-example-payments.pages.dev](https://bloque-example-payments.pages.dev).
## Development
```bash
# Install dependencies
bun install
# Build all packages
bun run build
# Build specific layers
bun run build:foundation # Core & SDK
bun run build:ui # Elements & React
# Clean all packages
bun run clean
```
## Documentation
See the README in each package for detailed usage instructions.
## License
[MIT](./LICENSE)