The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::API::Stripe::Terminal::ConnectionToken - A Stripe Connection Token Object

SYNOPSIS

VERSION

    0.1

DESCRIPTION

A Connection Token is used by the Stripe Terminal SDK to connect to a reader.

CONSTRUCTOR

new( %ARG )

Creates a new Net::API::Stripe objects. It may also take an hash like arguments, that also are method of the same name.

verbose

Toggles verbose mode on/off

debug

Toggles debug mode on/off

METHODS

object string, value is "terminal.connection_token"

String representing the object’s type. Objects of the same type share the same value.

location string

The id of the location that this connection token is scoped to.

secret string

Your application should pass this token to the Stripe Terminal SDK.

API SAMPLE

        {
          "object": "terminal.connection_token",
          "secret": "pst_test_RG4m9nG5DN9AsKcu0z2bn1J"
        }

HISTORY

v0.1

Initial version

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Stripe API documentation:

https://stripe.com/docs/api/terminal/connection_tokens, https://stripe.com/docs/terminal/readers/fleet-management#create

COPYRIGHT & LICENSE

Copyright (c) 2018-2019 DEGUEST Pte. Ltd.

You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 69:

You forgot a '=back' before '=head1'