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

Search results for "dist:Net-Simplify authentication"

Net::Simplify::Authentication - Simplify Commerce authentication class River stage zero No dependents

create(%params) Creates an authentication object using values in the "params" hash. The authencation object contains three values: "public_key", "private_key" and "access_token". The public and private keys are used for all API requests and the acces...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::AuthenticationException - Simplify Commerce exception for authentication errors River stage zero No dependents

An exception that is thrown for any API calls that result in an authentication error. See the base class Net::Simplify::ApiException for a list of methods....

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify - Simplify Commerce Payments API River stage zero No dependents

The Simplify module provides a convenient way of accessing the Simplify API. It allows global authentication keys to be set and imports all of the Simplify packages. GLOBAL VARIABLES $Net::Simplify::public_key The public key to be used for all API ca...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Tax - A Simplify Commerce Tax object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::Tax" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: label The label of the tax object. [max length: 255] (required) rate The tax rate. De...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Plan - A Simplify Commerce Plan object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::Plan" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: amount Amount of payment for the plan in the smallest unit of your currency. Example...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Event - Simplify Commerce webhook event class River stage zero No dependents

METHODS create(%params, $auth) Creates an Event object from a payload sent to a webhook endpoint. The parameters are: %params Parameters for constructing the event object. Valid keys are: "payload" The JWS message payload posted to your webhook endpo...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Coupon - A Simplify Commerce Coupon object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::Coupon" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: amountOff Amount off of the price of the product in the smallest units of the curr...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Refund - A Simplify Commerce Refund object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::Refund" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: amount Amount of the refund in the smallest unit of your currency. Example: 100 = ...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Webhook - A Simplify Commerce Webhook object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::Webhook" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: url Endpoint URL (required) $auth Authentication object for accessing the API. If...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Payment - A Simplify Commerce Payment object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::Payment" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: amount Amount of the payment (in the smallest unit of your currency). Example: 10...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Invoice - A Simplify Commerce Invoice object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::Invoice" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: billingAddress.city Billing address city of the location where the goods or servi...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Customer - A Simplify Commerce Customer object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::Customer" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: card.addressCity City of the cardholder. (required) card.addressCountry Country ...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::CardToken - A Simplify Commerce CardToken object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::CardToken" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: authenticatePayer Set as true to create CardToken for EMV 3DS transaction. [def...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::FraudCheck - A Simplify Commerce FraudCheck object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::FraudCheck" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: amount Amount of the transaction to be checked for fraud (in the smallest unit...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::AccessToken - Simplify Commerce OAuth access token River stage zero No dependents

Access tokens provide a way of performing operations on behalf of another user. To create an access token an authentication code is required. Once the access token has been created the access token value can be used to construct an Net::Simplify::Aut...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::InvoiceItem - A Simplify Commerce InvoiceItem object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::InvoiceItem" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: amount Amount of the invoice item in the smallest unit of your currency. Exam...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Subscription - A Simplify Commerce Subscription object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::Subscription" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: amount Amount of the payment in the smallest unit of your currency. Example:...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::Authorization - A Simplify Commerce Authorization object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::Authorization" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: amount Amount of the payment (in the smallest unit of your currency). Examp...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC

Net::Simplify::TransactionReview - A Simplify Commerce TransactionReview object River stage zero No dependents

METHODS create(%params, $auth) Creates a "Net::Simplify::TransactionReview" object. The parameters are: %params Hash map containing initial values for the object. Valid keys are: $auth Authentication object for accessing the API. If no value is passe...

SIMPLIFY/Net-Simplify-1.6.0 - 08 Sep 2022 16:19:42 UTC
19 results (0.039 seconds)