Skip to main content

Tryton module for Stripe payment

Project description

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.

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.

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.

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.

Release history Release notifications | RSS feed

This version

5.8.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trytond_account_payment_stripe-5.8.3.tar.gz (55.6 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file trytond_account_payment_stripe-5.8.3.tar.gz.

File metadata

  • Download URL: trytond_account_payment_stripe-5.8.3.tar.gz
  • Upload date:
  • Size: 55.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for trytond_account_payment_stripe-5.8.3.tar.gz
Algorithm Hash digest
SHA256 e2381f96ebe5a312ddc696cd3c0b563585b55528bab9ac53b7c7dfc061021e99
MD5 d239e357ce52d2f77378c3a53c3a25f4
BLAKE2b-256 71b95407a02148f334c9ef96091a3a6bfbc0f48788572ad226394786813a39a4

See more details on using hashes here.

Provenance

File details

Details for the file trytond_account_payment_stripe-5.8.3-py3-none-any.whl.

File metadata

  • Download URL: trytond_account_payment_stripe-5.8.3-py3-none-any.whl
  • Upload date:
  • Size: 96.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for trytond_account_payment_stripe-5.8.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5cf4e01611f7d562246a2e578814efe4053afff0f47fe1241be9965684b5be09
MD5 dbf2874a1c5c55beb553573652ce5fb8
BLAKE2b-256 c42bf3628b3723646e4289917d96d92dff98ae599071183444050a30e3da5bc0

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page