An open API service indexing awesome lists of open source software.

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

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)