xendit / xendit-php

Xendit REST API Client for PHP - Card, Virtual Account, Invoice, Disbursement, Recurring Payments, Payout, EWallet, Balance, Retail Outlets Services, xenPlatforms
https://developers.xendit.co/api-reference/
MIT License
153 stars 76 forks source link

Get Available Banks #168

Closed halohaikamu closed 1 year ago

halohaikamu commented 2 years ago

<?php

namespace App\Controllers;

class Bank extends BaseController { public function index() { $options['secret_api_key'] = 'xnd_development_nedL5epdDZnTyqT1u9voYt2aH2ze0cWUvBgXx71ixwGBAJ1GTPT9hfT0vzhIg8';

    $xenditPHPClient = new XenditClient\XenditPHPClient($options);

    $response = $xenditPHPClient->getAvailableDisbursementBanks();
    print_r($response);
}

}

luminto17 commented 2 years ago

Hi @halohaikamu , anything we can help? Do you mind to share more context of your problem or ask, if any? Thank you

adityarx commented 1 year ago

Closing this issue as no longer active