GithubHelp home page GithubHelp logo

paypal's Introduction

Paypal integration with IPN

Integration of payments with Paypal IPN in PHP

Getting Started

Clone the proyect on your server path, create your own .env from the .env.example, run the database located into the folder 'db' and then go to the paypal folder with your browser, you wil be redirect inmediately.

Prerequisites

You need Apache, PHP >= 7.0, MYSQL or MARIADB and composer(for resolve dependencies).

Built With

Versioning

We use Git for versioning.

Authors

  • Andrés (Taurus95 on github)

More

################################################# Pasos para configurar con cuenta real: Cuenta tipo bussines

  1. Ingresar a cuenta paypal -> Configuracion -> selling tools -> Instant payments notifications -> choose IPN -> cargar URL que apunte al archivo "listener.php" ->enable recive IPN messages

  2. COnfigurar urls en archivo "env.php". INCLUIR CORREO ELECTRONICO DE CUENTA PAYPAL QUE RECIBIRA LOS PAGOS.

  3. Configurar conexion a BBDD en archivo "db/Connection.php" SCRIPT PARA TABLA EN CARPETA DB "paypal_payments.sql"

#################################################

PARA PRUEBAS TESTING

Crear cuentas de testing para tus necesidades...

  1. entrar a https://www.sandbox.paypal.com/ con cuenta falsa de vendedor user: [email protected] pass: vinculo.paypal

REALIZAR EL PASO N1 descrito arriba. COnfigurar URL del IPN(ESTO SERA DEPENDIENDO DE LA URL EN LA QUE SE MONTE ESTE PROYECTO)

  1. cargar variable en true en listener.php $enable_sandbox = true;

  2. configurar urls en env.php para que apunten a sandbox y al proyecto .

  3. para pagar la cuenta seria con : user: [email protected] pass: vinculo.paypal

paypal's People

Contributors

a-chacon 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.