Borica payment API library for Node.js
npm install @langazov/borica-nodejs[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.



Borica payment API library for Node.js built with NestJS. This library provides a TypeScript/JavaScript interface for integrating with the Borica payment gateway.
- 🏗️ Built with NestJS framework
- 📝 Full TypeScript support
- 🧪 Comprehensive test coverage
- 📦 Easy to integrate
- 🔒 Secure payment processing
``bash`
$ npm install @langazov/borica-nodejs
`typescript
import { Request, Response } from '@langazov/borica-nodejs';
// Create a payment request
const paymentRequest = new Request(
'1', // Transaction type
100, // Amount
'Test payment', // Description
'123' // Order ID
);
// Process response
const paymentResponse = new Response(responseData);
`
`bash`
$ npm install
`bashdevelopment
$ npm run start
Test
`bash
unit tests
$ npm run teste2e tests
$ npm run test:e2etest coverage
$ npm run test:cov
``Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.