Single Payment
Create a Single Payment link for transaction approval.
Supported Banks
Payment Provider Private accounts Business account Leumi/Pepper - 10 ✅ ✅ Poalim - 12 ✅ ✅ Discount/Mercantile - 11,17 ✅ ✅ Mizrahi - 20 ✅ ✅ FIBI group - 14,26,31,46,52 ✅ ✅ Yahav - 04 ✅ ✅
Every Feezback payment link follows the same underlying pattern:
- You sign a JWT (RS512) describing the details of the requested payment
- Amount
- Currency
- Creditor account
- Debtor details (optional)
- UI flow configurations (optional).
- You POST it to Feezback's Link Generation Service (LGS), which validates it and returns a link.
- You redirect the user to the link (from your app/website) or send that link to the debtor via offline channels (email, SMS, in-app, a QR code, wherever makes sense for your product).
- The debtor opens the link and gets redirected for authentication and approval at their bank portal/app .
- You receive a webhook with the final payment status, plus the debtor ID and account details if.
Public vs. personal link
- The JWT content is what makes a link specific: the amount, the creditor, and the debtor details may be predefined or added by the customer according to your business scenario.
- You can create a public, reusable link with open amount to be used as QR code for payments.
Environments
| Environment | Domain prefix | Link endpoint |
|---|---|---|
| Integration | lgs-integ01 | https://lgs-integ01.feezback.cloud/link |
| Production | lgs-prod | https://lgs-prod.feezback.cloud/link |
Updated 29 days ago
Did this page help you?