NAME
WWW::ModulrFinance - Modulr API
SYNOPSIS
use
WWW::ModulrFinance;
my
$modulr
= WWW::ModulrFinance->new(
api_key
=>
$ENV
{MODULR_APIKEY},
hmac_secret
=>
$ENV
{MODULR_HMAC_SECRET},
);
my
$res
=
$modulr
->get_accounts;
say
Dumper(\
$res
);
DESCRIPTION
WWW::ModulrFinance is for https://modulr-technology-ltd.cloud.tyk.io/portal/api-overview/
METHODS
get_accounts
get_account($id)
update_account($id, $data)
get_customer_accounts($cid)
create_customer_account($cid, $data)
get_transactions($id, { size => 100, ... })
get_payments
post_payments
post_batchpayments
get_batchpayment($id)
AUTHOR
Fayland Lam <fayland@gmail.com>
COPYRIGHT
Copyright 2016- Fayland Lam
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.