Integraciones PMS

Apaleo Logo

Nuestras Integraciones

Integracione Procesadores de Pago

Stripe Logo
Clip Logo

Integraciones APIs

Nos integramos con cualquier sistema abierto, buscamos soluciones que se adecuen a tu operación.

NotificationSetting.jsx
App.jsx

    import  stripe
    charge = stripe.Charge.retrieve(
    "ch_3Ln3e92eZvKYlo2C0eUfv7bi",
    api_key="sk_test_51PyQ1PP3ATtiTYKDnRPxStj0l425SUhUDdmcJqD5SaO2MGHm93AHEVwIi4DErwmcBx64M5vs9FFPI03xCcKBVi9R00fBLEePQS"
    )
    charge.capture() # Uses the same API Key.      
    
    import ovni
    ovni.api_key = "sk_test_51PyQ1PP3ATtiTYKDnRPxStj0l425SUhUDdmcJqD5SaO2MGHm93AHEVwIi4DErwmcBx64M5vs9FFPI03xCcKBVi9R00fBLEePQS"
    ovni.Payout.create(
    amount=11000,
    currency="mxn",
  )