Apps
This is an example implementation. Only community support is available.
seQura
by seQura
Connect Saleor with seQura - a global payments solution that offers buy now, pay later and installment payment options.
seQura app
This app integrates Saleor with seQura payment gateway.
Required Saleor version: 3.16
This is an example implementation. Only community support is available.
Overview
Features
- ✅ Authorize transactions
- ✅ Charge transactions
- ⏳ Refund transactions
- ❌ Cancel transactions
- ✅ Initialize payment gateway
- ❌ Saved payment methods
- ✅ Storing config in metadata
- ✅ Two way webhook synchronization (Saleor → Service → Saleor)
- ✅ Front-end example (in external repository)
Payment methods
- Credit card
- Buy now, pay later
- Installments
Assumptions
seQura requires a valid Spanish address and Euro as the currency to work.
- We store the Saleor's
transactionId
in Sequra orderorder_ref_1
. - We store the Saleor's
checkout.id
in Sequra orderorder_ref_2
.
Limitations
SeQura releases payment to the merchant only when the order has been shipped. Therefore, it is essential to inform SeQura when the order is fulfilled. This integration does this automatically based on the ORDER_FULFILLED
webhook.