Giter VIP home page Giter VIP logo

Comments (1)

RicardoSaldarriagaPayco avatar RicardoSaldarriagaPayco commented on August 16, 2024

ya, tiene la funcionalidad, seria implementando algunas variables como:
"splitpayment":"true",
"split_app_id":"xxxx",#este es el id del cliente de la app
"split_merchant_id":"xxxxx",#este es el id del cliente con quien se realizara el split
"split_type" : "02",#tipo de split, de cauerdo a la documentacion es 02 por porcentaje 01 valor fijo
"split_primary_receiver" : "xxxxx", #id del primer recibirdor, por lo general es "split_app_id"
"split_primary_receiver_fee":"10",#comicion del primer recibidor, split_primary_receiver en este caso 10%, para el split_merchant_id sera el 90%.

este es un ejemplo completo:

payment_info = {
"token_card": token['id'],
"customer_id": customer_id,
"doc_type": "CC",
"doc_number": "1000000",
"name": "John",
"last_name": "Doe",
"email": "[email protected]",
"ip": "192.198.2.114",
"bill": "OR-12345",
"description": "Test Payment",
"value": "119000",
"tax": "19000",
"tax_base": "100000",
"currency": "COP",
"dues": "12",
"splitpayment":"true",
"split_app_id":"19520",
"split_merchant_id":"17511",
"split_type" : "02",
"split_primary_receiver" : "19520",
"split_primary_receiver_fee":"10",

}

from epayco-python.

Related Issues (13)

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.