The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Net-API-Stripe Net::Time"

Net::API::Stripe::TimeZone - A Time Zone Object River stage one • 1 direct dependent • 1 total dependent

This is a wrapper around DateTime::TimeZone to provide stringification. Net::API::Stripe::TimeZone does not inherit from DateTime::TimeZone but all method of DateTime::TimeZone are accessible via the module AUTOLOAD...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe - An interface to Stripe API River stage one • 1 direct dependent • 1 total dependent

This is a comprehensive Stripe API. It provides an object oriented friendly interface for which I put a lot of hard work so you could spend your time on other aspects of your development. This distribution is almost completely auto-generated based on...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::File - A file in Stripe API River stage one • 1 direct dependent • 1 total dependent

This is an object representing a file hosted on Stripe's servers. The file may have been uploaded by yourself using the create file request (for example, when uploading dispute evidence) or it may have been created by Stripe (for example, the results...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Fraud - A Stripe Early Fraud Warning Object River stage one • 1 direct dependent • 1 total dependent

An early fraud warning indicates that the card issuer has notified us that a charge may be fraudulent....

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Order - A Stripe Order Object River stage one • 1 direct dependent • 1 total dependent

Order objects are created to handle end customers' purchases of previously defined products (<https://stripe.com/docs/api/orders#products>). You can create, retrieve, and pay individual orders, as well as list all orders. Orders are identified by a u...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Token - A Stripe Token Object River stage one • 1 direct dependent • 1 total dependent

Tokenisation is the process Stripe uses to collect sensitive card or bank account details, or personally identifiable information (PII), directly from your customers in a secure manner. A token representing this information is returned to your server...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Event - A Stripe Event Object River stage one • 1 direct dependent • 1 total dependent

Events are Stripe's way of letting you know when something interesting happens in your account. When an interesting event occurs, Stripe creates a new Event object. For example, when a charge succeeds, Stripe creates a charge.succeeded event; and whe...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Price - A Stripe Price Object River stage one • 1 direct dependent • 1 total dependent

Prices define the unit cost, currency, and (optional) billing cycle for both recurring and one-time purchases of products. Products help you track inventory or provisioning, and prices help you track payment terms. Different physical goods or levels ...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Charge - The Charge object of Stripe API River stage one • 1 direct dependent • 1 total dependent

To charge a credit or a debit card, you create a Charge object. You can retrieve and refund individual charges as well as list all charges. Charges are identified by a unique, random ID....

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Refund - A Stripe Refund Object River stage one • 1 direct dependent • 1 total dependent

Refund objects allow you to refund a charge that has previously been created but not yet refunded. Funds will be refunded to the credit or debit card that was originally charged....

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Payout - A Stripe Payout Object River stage one • 1 direct dependent • 1 total dependent

A Payout object is created when you receive funds from Stripe, or when you initiate a payout to either a bank account or debit card of a connected Stripe account (<https://stripe.com/docs/connect/payouts>). You can retrieve individual payouts, as wel...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Dispute - A Stripe Dispute Object River stage one • 1 direct dependent • 1 total dependent

From the documentation: A dispute occurs when a customer questions your charge with their card issuer. When this happens, you're given the opportunity to respond to the dispute with evidence that shows that the charge is legitimate. You can find more...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Product - A Stripe Product Object River stage one • 1 direct dependent • 1 total dependent

Store representations of products you sell in Product objects, used in conjunction with SKUs <https://stripe.com/docs/api/products#skus>. Products may be physical goods, to be shipped, or digital. Documentation on Products for use with Subscriptions ...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Mandate - A Stripe Mandate Object River stage one • 1 direct dependent • 1 total dependent

A Mandate is a record of the permission a customer has given you to debit their payment method....

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Customer - A Customer object in Stripe API River stage one • 1 direct dependent • 1 total dependent

From the documentation: Stripe Customer objects allow you to perform recurring charges, and to track multiple charges, that are associated with the same customer. The API allows you to create, delete, and update your customers. You can retrieve indiv...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Tax::Rate - A Stripe Tax Rate Object River stage one • 1 direct dependent • 1 total dependent

This is used in Net::API::Stripe::Billing::Invoice to describe a list of tax rates, and also in Net::API::Stripe::Billing::Subscription::Schedule in phases->*default_tax_rates*....

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Order::SKU - A Stripe SKU Object River stage one • 1 direct dependent • 1 total dependent

Stores representations of stock keeping units (<http://en.wikipedia.org/wiki/Stock_keeping_unit>). SKUs describe specific product variations, taking into account any combination of: attributes, currency, and cost. For example, a product may be a T-sh...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::File::Link - A Stripe File Link Object River stage one • 1 direct dependent • 1 total dependent

This is a Stripe File Link object. To share the contents of a File object with non-Stripe users, you can create a FileLink. FileLinks contain a URL that can be used to retrieve the contents of the file without authentication....

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::SetupAttempt - The SetupAttempt object River stage one • 1 direct dependent • 1 total dependent

A SetupAttempt describes one attempted confirmation of a SetupIntent, whether that confirmation was successful or unsuccessful. You can use SetupAttempts to inspect details of a specific attempt at setting up a payment method using a SetupIntent....

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC

Net::API::Stripe::Order::Return - A Stripe Order Return Object River stage one • 1 direct dependent • 1 total dependent

A return represents the full or partial return of a number of order items (<https://stripe.com/docs/api/order_returns#order_items>). Returns always belong to an order, and may optionally contain a refund....

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC
96 results (0.076 seconds)