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 Stripe"

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::List - Stripe List Object River stage one • 1 direct dependent • 1 total dependent

This is a package with a set of useful methods to be inherited by various Stripe package, such as bellow packages. It can also be used directly in a generic way and this will find out which list of objects this is. This is the case for example when g...

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::Error - A Stripe Error Object River stage one • 1 direct dependent • 1 total dependent

This is a Stripe Error object instantiated by method last_setup_error in module Net::API::Stripe::Payment::Intent::Setup, and method last_payment_error in module Net::API::Stripe::Payment::Intent This is different from the error generated elsewhere i...

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::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::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::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::WebHook - An interface to manage and handle Stripe WebHooks River stage one • 1 direct dependent • 1 total dependent

Create a webhook: curl https://api.stripe.com/v1/webhook_endpoints \ -u sk_test_khaffUjkDalUfkLhWD: \ -d url="https://example.com/my/webhook/endpoint" \ -d "enabled_events[]=charge.failed" \ -d "enabled_events[]=charge.succeeded" See Net::API::Stripe...

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

Net::API::Stripe::Generic - A Stripe Generic Module River stage one • 1 direct dependent • 1 total dependent

This is a module inherited by all other Net::API::Stripe modules. Its purpose is to provide some shared methods and special object instantiation procedure with some key properties set such as *_parent* and *_field*....

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::Balance - The Balance object River stage one • 1 direct dependent • 1 total dependent

This is an object representing your Stripe balance. You can retrieve it to see the balance currently on your Stripe account. You can also retrieve the balance history, which contains a list of transactions (<https://stripe.com/docs/reporting/balance-...

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

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

This is an Address module used everywhere in Stripe API....

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
204 results (0.047 seconds)