trytond-account-payment-stripe


Nametrytond-account-payment-stripe JSON
Version 7.0.3 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module for Stripe payment
upload_time2024-04-17 10:42:09
maintainerNone
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton account payment stripe
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Account Payment Stripe Module
#############################

The account_payment_stripe module allows to receive payment from `Stripe`_.
It uses `Stripe.js and Stripe Elements`_ in a checkout form to handle `Setup
Intent`_ and `Payment Intent`_ by card.

.. _`Stripe`: https://stripe.com/
.. _`Stripe.js and Stripe Elements`: https://stripe.com/docs/payments/elements
.. _`Setup Intent`: https://stripe.com/docs/api/setup_intents
.. _`Payment Intent`: https://stripe.com/docs/api/payment_intents

Account
*******

The Account stores the information about the Stripe account like the secret
key, the publishable key and the webhook signing secret.

The account's webhook endpoint is the URL used by stripe webhooks_. For
additional security, the Stripe's requests signature can be verified if the
webhook `signing secret`_ is set on the Account.
If no webhook is setup, a cron task fetches the new events.

.. _webhooks: https://stripe.com/docs/webhooks
.. _`signing secret`: https://dashboard.stripe.com/webhooks

Customer
********

The Customer allow to register parties as Stripe customers.
The checkout button opens the Stripe checkout form.

A cron task runs every hour to create new customers on Stripe and another to
delete them if they are inactivated.

Journal
*******

The journal has a new field for the Stripe account.

Payment
*******

The payment has also a checkout button which opens the Stripe checkout form.
A payment can be processed off-session using a source_ or `payment method`_
from the customer.
In case the payment method requires authorization, an email is sent to the
party with a link to the checkout form.
In case of error, it has also new fields which display the error messages.

A cron task runs every 15 minutes to charge each processing payment.

The capture box can be unchecked to only authorize on processing and capture
the amount in a second step.

If the payment is disputed, it will be updated at the closure of the dispute.

It is possible to partially or completely refund a payment.

.. _source: https://stripe.com/docs/sources
.. _`payment method`: https://stripe.com/docs/payments/payment-methods

Configuration
*************

The account_payment_stripe module uses the section ``account_payment_stripe``
to retrieve some parameters:

- ``sources_cache``: defines the duration in seconds the sources are kept in
  the cache. The default value is ``15 * 60``.

- ``max_network_retries``: defines the maximum number of retries the Stripe
  library may perform. The default value is ``3``.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tryton.org/",
    "name": "trytond-account-payment-stripe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "tryton account payment stripe",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/4c/4e/4be7e0c6c160b7938e15bff2ee0c9b35192c9c60ab34f64d8b4657f587df/trytond_account_payment_stripe-7.0.3.tar.gz",
    "platform": null,
    "description": "Account Payment Stripe Module\n#############################\n\nThe account_payment_stripe module allows to receive payment from `Stripe`_.\nIt uses `Stripe.js and Stripe Elements`_ in a checkout form to handle `Setup\nIntent`_ and `Payment Intent`_ by card.\n\n.. _`Stripe`: https://stripe.com/\n.. _`Stripe.js and Stripe Elements`: https://stripe.com/docs/payments/elements\n.. _`Setup Intent`: https://stripe.com/docs/api/setup_intents\n.. _`Payment Intent`: https://stripe.com/docs/api/payment_intents\n\nAccount\n*******\n\nThe Account stores the information about the Stripe account like the secret\nkey, the publishable key and the webhook signing secret.\n\nThe account's webhook endpoint is the URL used by stripe webhooks_. For\nadditional security, the Stripe's requests signature can be verified if the\nwebhook `signing secret`_ is set on the Account.\nIf no webhook is setup, a cron task fetches the new events.\n\n.. _webhooks: https://stripe.com/docs/webhooks\n.. _`signing secret`: https://dashboard.stripe.com/webhooks\n\nCustomer\n********\n\nThe Customer allow to register parties as Stripe customers.\nThe checkout button opens the Stripe checkout form.\n\nA cron task runs every hour to create new customers on Stripe and another to\ndelete them if they are inactivated.\n\nJournal\n*******\n\nThe journal has a new field for the Stripe account.\n\nPayment\n*******\n\nThe payment has also a checkout button which opens the Stripe checkout form.\nA payment can be processed off-session using a source_ or `payment method`_\nfrom the customer.\nIn case the payment method requires authorization, an email is sent to the\nparty with a link to the checkout form.\nIn case of error, it has also new fields which display the error messages.\n\nA cron task runs every 15 minutes to charge each processing payment.\n\nThe capture box can be unchecked to only authorize on processing and capture\nthe amount in a second step.\n\nIf the payment is disputed, it will be updated at the closure of the dispute.\n\nIt is possible to partially or completely refund a payment.\n\n.. _source: https://stripe.com/docs/sources\n.. _`payment method`: https://stripe.com/docs/payments/payment-methods\n\nConfiguration\n*************\n\nThe account_payment_stripe module uses the section ``account_payment_stripe``\nto retrieve some parameters:\n\n- ``sources_cache``: defines the duration in seconds the sources are kept in\n  the cache. The default value is ``15 * 60``.\n\n- ``max_network_retries``: defines the maximum number of retries the Stripe\n  library may perform. The default value is ``3``.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module for Stripe payment",
    "version": "7.0.3",
    "project_urls": {
        "Bug Tracker": "https://bugs.tryton.org/",
        "Documentation": "https://docs.tryton.org/",
        "Download": "http://downloads.tryton.org/7.0/",
        "Forum": "https://www.tryton.org/forum",
        "Homepage": "http://www.tryton.org/",
        "Source Code": "https://code.tryton.org/tryton"
    },
    "split_keywords": [
        "tryton",
        "account",
        "payment",
        "stripe"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e84ba2e305fdcd40f11bafa6b84386e5d294073db39dac05e57fd51f5e93773b",
                "md5": "a2140e2e30e07c6d83ee67d844cec938",
                "sha256": "53e4b9c8ab7985af7aac461cf3bfc0661ebc12b4db1b0b53c7d7166452f9f229"
            },
            "downloads": -1,
            "filename": "trytond_account_payment_stripe-7.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2140e2e30e07c6d83ee67d844cec938",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 111791,
            "upload_time": "2024-04-17T10:42:06",
            "upload_time_iso_8601": "2024-04-17T10:42:06.778537Z",
            "url": "https://files.pythonhosted.org/packages/e8/4b/a2e305fdcd40f11bafa6b84386e5d294073db39dac05e57fd51f5e93773b/trytond_account_payment_stripe-7.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c4e4be7e0c6c160b7938e15bff2ee0c9b35192c9c60ab34f64d8b4657f587df",
                "md5": "a9ee7681426057e59c9d34263bd25354",
                "sha256": "d5da43294b555cdeab8d4f250c06edd83acfa4ae087e5493ce136bffa327602e"
            },
            "downloads": -1,
            "filename": "trytond_account_payment_stripe-7.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a9ee7681426057e59c9d34263bd25354",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 64440,
            "upload_time": "2024-04-17T10:42:09",
            "upload_time_iso_8601": "2024-04-17T10:42:09.549570Z",
            "url": "https://files.pythonhosted.org/packages/4c/4e/4be7e0c6c160b7938e15bff2ee0c9b35192c9c60ab34f64d8b4657f587df/trytond_account_payment_stripe-7.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 10:42:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-account-payment-stripe"
}
        
Elapsed time: 0.24235s