trytond-account-payment-braintree


Nametrytond-account-payment-braintree JSON
Version 7.2.0 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module for Braintree payment
upload_time2024-04-29 15:34:50
maintainerNone
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton account payment braintree
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Account Payment Braintree Module
################################

The account_payment_braintree module allows receipt of payments using
`Braintree`_.
It uses the `Drop-in UI`_ in a checkout form to handle the `payment method
nonce`_ for card and other supported payment methods.

.. _`Braintree`: https://www.braintreepayments.com/
.. _`Drop-in UI`: https://developers.braintreepayments.com/guides/drop-in/overview/javascript/v3
.. _`payment method nonce`: https://developers.braintreepayments.com/guides/payment-method-nonces

Account
*******

The Account stores the information about the Braintree account like the
merchant ID, the public and secret keys etc.

The account's webhook endpoint is the URL used by Braintree's webhooks_.
If no webhook is setup, disputes will not update existing payments.

.. _webhooks: https://developers.braintreepayments.com/guides/webhooks/overview

Customer
********

The Customer allows parties to be registered as Braintree customers.
The checkout/add card button opens the Braintree Drop-in UI form.

A scheduled task runs every hour to create new customers on Braintree and
another to delete them if they have become inactive.

Journal
*******

The journal has a new field to store the Braintree account if the process
method is set to "Braintree".

Payment
*******

The payment also has a checkout button which opens the Braintree Drop-in UI
form.
A payment can be processed using a nonce or a `payment method`_ from the
customer.
In case of an error, a new field displays the error message from Braintree.
The settle field can be unchecked to only authorize on processing and settle
the amount in a second step.

Two scheduled tasks run every 15 minutes to transact and settle each processing
payment.
Another scheduled task also runs every 15 minutes to pull updates for each
processing payment until they have succeeded or failed.

The Braintree payments have a pull button which can be used to force an update
with the braintree transaction.

.. _payment method: https://developers.braintreepayments.com/guides/payment-methods

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

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

- ``payment_methods_cache``: defines the duration in seconds that payment
  methods are kept in the cache. The default value is ``15 * 60``.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tryton.org/",
    "name": "trytond-account-payment-braintree",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "tryton account payment braintree",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/e3/72/ff0bf43f035f9e8049c8ff85de83cafe8bbf63f34f3c367b63f056057521/trytond_account_payment_braintree-7.2.0.tar.gz",
    "platform": null,
    "description": "Account Payment Braintree Module\n################################\n\nThe account_payment_braintree module allows receipt of payments using\n`Braintree`_.\nIt uses the `Drop-in UI`_ in a checkout form to handle the `payment method\nnonce`_ for card and other supported payment methods.\n\n.. _`Braintree`: https://www.braintreepayments.com/\n.. _`Drop-in UI`: https://developers.braintreepayments.com/guides/drop-in/overview/javascript/v3\n.. _`payment method nonce`: https://developers.braintreepayments.com/guides/payment-method-nonces\n\nAccount\n*******\n\nThe Account stores the information about the Braintree account like the\nmerchant ID, the public and secret keys etc.\n\nThe account's webhook endpoint is the URL used by Braintree's webhooks_.\nIf no webhook is setup, disputes will not update existing payments.\n\n.. _webhooks: https://developers.braintreepayments.com/guides/webhooks/overview\n\nCustomer\n********\n\nThe Customer allows parties to be registered as Braintree customers.\nThe checkout/add card button opens the Braintree Drop-in UI form.\n\nA scheduled task runs every hour to create new customers on Braintree and\nanother to delete them if they have become inactive.\n\nJournal\n*******\n\nThe journal has a new field to store the Braintree account if the process\nmethod is set to \"Braintree\".\n\nPayment\n*******\n\nThe payment also has a checkout button which opens the Braintree Drop-in UI\nform.\nA payment can be processed using a nonce or a `payment method`_ from the\ncustomer.\nIn case of an error, a new field displays the error message from Braintree.\nThe settle field can be unchecked to only authorize on processing and settle\nthe amount in a second step.\n\nTwo scheduled tasks run every 15 minutes to transact and settle each processing\npayment.\nAnother scheduled task also runs every 15 minutes to pull updates for each\nprocessing payment until they have succeeded or failed.\n\nThe Braintree payments have a pull button which can be used to force an update\nwith the braintree transaction.\n\n.. _payment method: https://developers.braintreepayments.com/guides/payment-methods\n\nConfiguration\n*************\n\nThe account_payment_braintree module uses the section\n``account_payment_braintree`` to retrieve some parameters:\n\n- ``payment_methods_cache``: defines the duration in seconds that payment\n  methods are kept in the cache. The default value is ``15 * 60``.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module for Braintree payment",
    "version": "7.2.0",
    "project_urls": {
        "Bug Tracker": "https://bugs.tryton.org/",
        "Documentation": "https://docs.tryton.org/",
        "Download": "http://downloads.tryton.org/7.2/",
        "Forum": "https://www.tryton.org/forum",
        "Homepage": "http://www.tryton.org/",
        "Source Code": "https://code.tryton.org/tryton"
    },
    "split_keywords": [
        "tryton",
        "account",
        "payment",
        "braintree"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af6e42947cade2505a95bd7cbd332b88a0894a4ca24759c2324520486e5a0940",
                "md5": "bff310fc7cd7be8034a774f149d2160d",
                "sha256": "181940a5dcbc44de608579b724e6d35bd75faec2ec018b7195c4e5e44d626c79"
            },
            "downloads": -1,
            "filename": "trytond_account_payment_braintree-7.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bff310fc7cd7be8034a774f149d2160d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 87588,
            "upload_time": "2024-04-29T15:34:48",
            "upload_time_iso_8601": "2024-04-29T15:34:48.641813Z",
            "url": "https://files.pythonhosted.org/packages/af/6e/42947cade2505a95bd7cbd332b88a0894a4ca24759c2324520486e5a0940/trytond_account_payment_braintree-7.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e372ff0bf43f035f9e8049c8ff85de83cafe8bbf63f34f3c367b63f056057521",
                "md5": "a8f2400b743072eeaf02506e0dc53a14",
                "sha256": "9a54adf4f5db6fe628b8d4cb8d52bb686fb017e1ea40dbc4f3f32d898d1a5c3e"
            },
            "downloads": -1,
            "filename": "trytond_account_payment_braintree-7.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a8f2400b743072eeaf02506e0dc53a14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 48440,
            "upload_time": "2024-04-29T15:34:50",
            "upload_time_iso_8601": "2024-04-29T15:34:50.815465Z",
            "url": "https://files.pythonhosted.org/packages/e3/72/ff0bf43f035f9e8049c8ff85de83cafe8bbf63f34f3c367b63f056057521/trytond_account_payment_braintree-7.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 15:34:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-account-payment-braintree"
}
        
Elapsed time: 0.23910s