PHP code example of 64robots / stripe

1. Go to this page and download the library: Download 64robots/stripe 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/ */

    

64robots / stripe example snippets


$card = $processor->getCard('cus_GVIiC06JWCq1mo', 'card_1FyI6w2eZvKYlo2COseWzZAo');

$invoice = $this->processor->getInvoice('in_1FJSdj2eZvKYlo2CCyOhyNxj');