PHP code example of raphaelvserafim / sdk-intopays
1. Go to this page and download the library: Download raphaelvserafim/sdk-intopays 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/ */
raphaelvserafim / sdk-intopays example snippets
use SdkIntopays\Boleto;
use SdkIntopays\Pix;
XVCJ9.eyJpZCI6NiwiZW1haWwiOiJzZGtAaW50b3BheXMuY29tIiwiaWF0IjoxNzEzMTMzMDMwfQ.0uOXAMSq09aasfUkDCzuvaKVUBBAZf0mU1uBz-UDXkQ";
$baseUrl = "https://dev-app.intopays.com";
$boleto = new Boleto($baseUrl, $jwtToken);