Paket: tryton-modules-account-payment-stripe (6.0.6-1)
tryton-modules-account-payment-stripe için bağlantılar
Debian Kaynakları:
- Hata Raporları
- Developer Information
- Debian Değişim Günlüğü
- Telif Hakkı Dosyası
- Debian Yama Takipçisi
tryton-modules-account-payment-stripe Kaynak Paketini İndir:
- [tryton-modules-account-payment-stripe_6.0.6-1.dsc]
- [tryton-modules-account-payment-stripe_6.0.6.orig.tar.gz]
- [tryton-modules-account-payment-stripe_6.0.6.orig.tar.gz.asc]
- [tryton-modules-account-payment-stripe_6.0.6-1.debian.tar.xz]
Geliştiriciler:
Dış Kaynaklar:
- Ana Sayfa [www.tryton.org]
Benzer paketler:
- tryton-modules-account-fr-chorus
- tryton-modules-marketing-automation
- tryton-modules-sale-payment
- tryton-modules-account-payment-clearing
- tryton-modules-web-shortener
- tryton-modules-account-payment
- tryton-modules-web-shop-vue-storefront
- tryton-modules-authentication-sms
- tryton-modules-web-shop-vue-storefront-stripe
- tryton-modules-account-dunning-email
- tryton-modules-account-payment-sepa
Tryton application platform - account payment stripe module
Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth).
The account_payment_stripe module allows one to receive payments from `Stripe`. It uses `Stripe.js and Stripe Elements` in a checkout form to handle `Setup Intent` and `Payment Intent` by card.
Note: The checkout form loads Javascript from stripe.com. It can be considered a potential privacy breach by fetching data from an external website at runtime. Nevertheless stripe.com claims: To be PCI compliant, you must load Stripe.js directly from https://js.stripe.com. So please use this module at your discretion.
- Stripe: https://stripe.com/ - Stripe.js and Stripe Elements: https://stripe.com/docs/web - Setup Intent: https://stripe.com/docs/api/setup_intents - Payment Intent: https://stripe.com/docs/api/payment_intents - PCI compliance: https://stripe.com/docs/security/guide#validating-pci-compliance
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://stripe.com/docs/webhooks/signatures
Customer ========
The customer allows 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.
- https://stripe.com/docs/sources - 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`.
tryton-modules-account-payment-stripe ile İlgili Diğer Paketler
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 5.2)
- JavaScript support for Sphinx documentation
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-stripe
- Python bindings for the Stripe API
-
- dep: python3-werkzeug
- collection of utilities for WSGI applications (Python 3.x)
-
- dep: tryton-modules-account (>= 6.0)
- Tryton application platform - account module
-
- dep: tryton-modules-account-payment (>= 6.0)
- Tryton application platform - account payment module
-
- dep: tryton-modules-party (>= 6.0)
- Tryton application platform - party module
-
- dep: tryton-server (>= 6.0)
- Tryton application platform - server
-
- dep: tryton-server-api-6.0
- sanal paketi sağlayan tryton-server
tryton-modules-account-payment-stripe indir
Mimari | Paket Boyutu | Kurulu Boyut | Dosyalar |
---|---|---|---|
all | 51,7 kB | 476,0 kB | [dosya listesi] |