ebanx-integration/ebanx-php

View on GitHub
examples/get_bank_list.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

require_once 'bootstrap.php';

$response = \Ebanx\Ebanx::getBankList(array('country_code' => 'br'));
var_dump($response);