Code Monkey home page Code Monkey logo

tokenizator's Introduction

Tokenización de Tarjetas

Este proyecto se encarga de simular la tokenización de tarjetas de crédito/débito para su uso en pasarelas de pago.

Tecnologías utilizadas

  • Backend: TypeScript, Node.js
  • Servicio AWS: EKS
  • Base de datos no relacional: Redis, MongoDB, DynamoDB, DocumentDB
  • Test: Jest, Postman

Instrucciones de uso

  1. Clona el repositorio y navega a la carpeta del proyecto.
  2. Ejecuta npm install para instalar las dependencias.
  3. Ejecuta npm run build para compilar TypeScript y generar el build de la aplicación.

Endpoints

Generar Token

  • URL: http://localhost:3000/token

  • Método: POST

  • Headers: Authorization: Bearer Token: "Bearer pk_test_LsRBKejzCOEEWOsw"

  • Body JSON:

    {
        "email": "[email protected]",
        "card_number": "4517750267827101",
        "cvv": "123",
        "expiration_year": "2025",
        "expiration_month": "10"
    }
    

Información de la tarjeta

{
    "email": "[email protected]",
    "number": "4517750267827101",
    "expirationYear": "2025",
    "expirationMonth": "10"
}

tokenizator's People

Contributors

jnreynoso avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.