PHP code example of josalba / paycomet-sdk

1. Go to this page and download the library: Download josalba/paycomet-sdk library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

josalba / paycomet-sdk example snippets


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

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