npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

rn-asdk-tinkoff

v0.2.127

Published

Модуль работы с ASDK Тинькофф Банка

Downloads

525

Readme

rn-asdk-tinkoff

Tinkoff Acquiring SDK for React-Native

Acquiring SDK позволяет интегрировать Интернет-Эквайрингу Тинькофф банка в мобильные приложения для платформ iOS/Android (React-Native).

Возможности SDK

  1. Прием платежей (в том числе рекуррентных)
  2. Сохранение банковских карт клиента
  3. Сканирование и распознавание карт с помощью камеры
  4. Получение информации о клиенте и сохраненных картах
  5. Управление сохраненными картами
  6. Поддержка английского и своя локализация
  7. Оплата с помощью ApplePay

Требования

Для работы Tinkoff Acquiring SDK необходима версия React-Native 0.60 и выше.

Установка

$ yarn add rn-asdk-tinkoff --save

Настройка проекта

Для iOS

  1. Откройке файл workspace из вашего проекта в Xcode
  2. Переключить систему сборку в legacy: File -> Workspace Settings... -> Build System = Legacy Build System 👍

При ошибке "Directory not found for option '-L-L..." удалить "$(inherited)" из Library Search Paths

Для Android

  1. 🙏for gradle
  2. 🙏for maven
  3. 🙏for android

Как юзать

  1. Подключаем ASDKTinkoff к проекту
import ASDK from 'rn-asdk-tinkoff';
  1. Создаем экземпляр класса
const Tinkoff = new ASDK({
	test: true,
	terminal: "TestSDK",
	password: "12345678",
	publicKey: "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqBiorLS9OrFPezixO5lSsF+HiZPFQWDO7x8gBJp4m86Wwz7ePNE8ZV4sUAZBqphdqSpXkybM4CJwxdj5R5q9+RHsb1dbMjThTXniwPpJdw4WKqG5/cLDrPGJY9NnPifBhA/MthASzoB+60+jCwkFmf8xEE9rZdoJUc2p9FL4wxKQPOuxCqL2iWOxAO8pxJBAxFojioVu422RWaQvoOMuZzhqUEpxA9T62lN8t3jj9QfHXaL4Ht8kRaa2JlaURtPJB5iBM+4pBDnqObNS5NFcXOxloZX4+M8zXaFh70jqWfiCzjyhaFg3rTPE2ClseOdS7DLwfB2kNP3K0GuPuLzsMwIDAQAB",
});
  1. Открываем интерфейс оплаты
	Tinkoff.makePayment({
		orderId: (Math.random() * 100000000000).toFixed(0),
		amount: 4500,
		title: "Покупка",
		description: "Розовые кеды Adadas"
	});

Чего нужно доделать

  1. расширение design объекта
  2. фискализация
  3. shops for android