
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
ecommpay-sdk
Advanced tools
This is a set of libraries in the Python language to ease integration of your service with the EcommPay Payment Page.
Please note that for correct SDK operating you must have at least Python 3.5.

Install with pip
pip install ecommpay-sdk
from payment_page_sdk.gate import Gate
from payment_page_sdk.payment import Payment
gate = Gate('secret')
payment = Payment('402')
payment.payment_id = 'some payment id'
payment.payment_amount = 1001
payment.payment_currency = 'USD'
payment_url = gate.get_purchase_payment_page_url(payment)
payment_url here is the signed URL.
You'll need to autoload this code in order to handle notifications:
from payment_page_sdk.gate import Gate
gate = Gate('secret')
callback = gate.handle_callback(data)
data is the JSON data received from payment system;
callback is the Callback object describing properties received from payment system;
callback implements these methods:
callback.get_payment_status()
Get payment status.callback.get_payment()
Get all payment data.callback.get_payment_id()
Get payment ID in your system.FAQs
Unknown package
We found that ecommpay-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.