Configuration guide
Follow this guide to configure your seamless payment link
The JWT includes the details of the requested payment:
- Amount
- Currency
- Creditor account
- Debtor ID (and optionally - account number)
Payment Line - JWT Payload Example
{
"idValue": "200200202",
"accountType": "private",
"creditorAccount": "IL760125380000000693304",
"creditorName": "Payee Name",
"remittanceInformationUnstructured": "Invoice #4471",
"bankCode": "10",
"amount": "1.00",
"context": "unique-transfer-id",
"userAgreementTimestamp": "2025-03-18T12:09:05+00:00",
"redirectSuccess": "https://example.com/success",
"redirectFailure": "https://example.com/failure",
"redirectNotComplete": "https://example.com/notComplete",
"redirectNotConclusive": "https://example.com/notConclusive"
}Request fields
Configure debtor idValue
idValue- The debtor's identifier when logging in to the bank app:
a valid Israeli ID or international Passport number- passport number format:
2 character country code - hyphen "-" - Passport number (1–9 alphanumeric characters)
For example:
IL-123456
- passport number format:
ID must match bank login credentialsIf the ID doesn't match the username and password on the bank app, authentication will fail.
Configure debtor corporateId
corporateId- CorporateId must be included for payments from corporate accounts.
- The corporateId is in addition to the payer's personal identifier (idValue)
Configure debtorAccount
debtorAccount debtorAccountis an optional parameter.- If not included in the request, the user will be requested to select an account to charge on the bank app, after login.
- If
debtorAccountis not included in the request, Feezback cannot guarantee it will return in the webhook data.
Configure userAgreementTimestamp
userAgreementTimestamp- Users must actively approve Feezback’s terms of use: תנאי שימוש מידע וייזום מאוחד .pdf
- The timestamp sent is the time you recorded the user's consent to Feezback’s terms of use.
Configure flow.redirects
flow.redirects- Your urls to redirect the debtor to at the end of the process (optional)
- If not set, the flow will end at Feezback's Success/Rejection screen.
- URLs may not exceed 128 characters
Updated about 1 month ago
Did this page help you?