josalba/paycomet-sdk

There is no license information available for the latest version (0.0.6) of this package.

0.0.6 2022-06-28 21:28 UTC

This package is not auto-updated.

Last update: 2024-05-29 07:17:41 UTC


README

Realizar operaciones con la API de paycomet.

Configurar

Modificar el fichero .env con tus datos.

PAYCOMET_MERCHANT_CODE='{tu-merchant-code}'
PAYCOMET_PASSWORD='{tu-password}'
PAYCOMET_TERMINAL='{tu-terminal}'

# Optional, dejar en blanco.
PAYCOMET_JET_ID='{tu-jet-id}' 

Class

  • PaymentIframe: Realizar el pago a través de una url de paycomet
  • PaymentSoap: Realizar el paga a través de la Api.
  • SubscriptionsSoap: Realiza la suscripción por Api.
  • UsersSoap: Realiza acciones de usuario por Api.

Enlaces