Business-TrueLayer
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
if ( $Mandate->authorized ) {
my $Payment = $TrueLayer->create_payment_from_mandate(
$Mandate,$amount_in_minor_units
);
}
# DESCRIPTION
[Business::TrueLayer](https://metacpan.org/pod/Business%3A%3ATrueLayer) is a client library for interacting with the
TrueLayer v3 API. It implementes the necesary signing and transport logic
to allow you to just focus on just the endpoints you want to call.
The initial version of this distribution supports just those steps that
described at [https://docs.truelayer.com/docs/quickstart-make-a-payment](https://docs.truelayer.com/docs/quickstart-make-a-payment)
and others will be added as necessary (pull requests also welcome).
# DEBUGGING
Set `MOJO_CLIENT_DEBUG=1` for user agent and transport debug output.
# METHODS
if ( $Mandate->authorized ) {
my $Payment = $TrueLayer->create_payment_from_mandate(
$Mandate,$amount_in_minor_units
);
}
=head1 DESCRIPTION
L<Business::TrueLayer> is a client library for interacting with the
TrueLayer v3 API. It implementes the necesary signing and transport logic
to allow you to just focus on just the endpoints you want to call.
The initial version of this distribution supports just those steps that
described at L<https://docs.truelayer.com/docs/quickstart-make-a-payment>
and others will be added as necessary (pull requests also welcome).
=head1 DEBUGGING
Set C<MOJO_CLIENT_DEBUG=1> for user agent and transport debug output.
=cut
lib/Business/TrueLayer.pm view on Meta::CPAN
if ( $Mandate->authorized ) {
my $Payment = $TrueLayer->create_payment_from_mandate(
$Mandate,$amount_in_minor_units
);
}
=head1 DESCRIPTION
L<Business::TrueLayer> is a client library for interacting with the
TrueLayer v3 API. It implementes the necesary signing and transport logic
to allow you to just focus on just the endpoints you want to call.
The initial version of this distribution supports just those steps that
described at L<https://docs.truelayer.com/docs/quickstart-make-a-payment>
and others will be added as necessary (pull requests also welcome).
=head1 DEBUGGING
Set C<MOJO_CLIENT_DEBUG=1> for user agent and transport debug output.
=cut
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.596 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )