Business-Stripe-WebCheckout
view release on metacpan or search on metacpan
lib/Business/Stripe/WebCheckout.pm view on Meta::CPAN
C<format> - The format of the returned information. Current options are JSON or text. The default is text.
=back
Provides the Public Key and Intent Session ID as these are the two pieces of information required by the Javascript provided by Stripe and the Javacsript provided here. If text output is used (the default) the Public Key and Intent Session ID are pr...
=head2 checkout
A simple implementation of redirecting the user to the Stripe hosted checkout.
Calling this method provides a fully formed HTML document including the Content-Type header that can be sent to the users browser. The HTML document contains all the Javascript required to sent the user to the Stripe hosted checkout transparently. ...
=head1 EXAMPLES
=head2 1 - Using the Stripe provided Javascript
See L<https://stripe.com/docs/payments/accept-a-payment?integration=checkout>
=head3 Javascript
<html>
( run in 0.573 second using v1.01-cache-2.11-cpan-a1d94b6210f )