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

NAME

Net::API::Stripe::Connect::CountrySpec::VerificationFields - A Stripe Country Spec Verification Fields Object

SYNOPSIS

VERSION

    0.1

DESCRIPTION

Lists the types of verification data needed to keep an account open.

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

company hash

Verification types for company account.

This is a Net::API::Stripe::Connect::CountrySpec::VerificationFields::Details object.

individual hash

Verification types for individual account.

This is a Net::API::Stripe::Connect::CountrySpec::VerificationFields::Details object.

API SAMPLE

        {
          "id": "US",
          "object": "country_spec",
          "default_currency": "usd",
          "supported_bank_account_currencies": {
                "usd": [
                  "US"
                ]
          },
          "supported_payment_currencies": [
                "usd",
                "aed",
                "afn",
                "..."
          ],
          "supported_payment_methods": [
                "ach",
                "card",
                "stripe"
          ],
          "supported_transfer_countries": [
                "US"
          ],
          "verification_fields": {
                "company": {
                  "additional": [
                        "relationship.representative"
                  ],
                  "minimum": [
                        "business_profile.mcc",
                        "business_profile.url",
                        "business_type",
                        "company.address.city",
                        "company.address.line1",
                        "company.address.postal_code",
                        "company.address.state",
                        "company.name",
                        "company.phone",
                        "company.tax_id",
                        "external_account",
                        "relationship.owner",
                        "relationship.representative",
                        "tos_acceptance.date",
                        "tos_acceptance.ip"
                  ]
                },
                "individual": {
                  "additional": [
                        "individual.id_number"
                  ],
                  "minimum": [
                        "business_profile.mcc",
                        "business_profile.url",
                        "business_type",
                        "external_account",
                        "individual.address.city",
                        "individual.address.line1",
                        "individual.address.postal_code",
                        "individual.address.state",
                        "individual.dob.day",
                        "individual.dob.month",
                        "individual.dob.year",
                        "individual.email",
                        "individual.first_name",
                        "individual.last_name",
                        "individual.phone",
                        "individual.ssn_last_4",
                        "tos_acceptance.date",
                        "tos_acceptance.ip"
                  ]
                }
          }
        }

HISTORY

v0.1

Initial version

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Stripe API documentation:

https://stripe.com/docs/api/country_specs/object

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 66:

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