Automated Invoicing for Israeli Businesses
Payper is an Israeli invoicing and accounting platform designed for businesses of all sizes. It provides automated document generation, expense management, and full compliance with Israeli Tax Authority (ITA) requirements.
Through Pelecard’s integration with Payper, you can automatically generate tax-compliant invoices, receipts, and other financial documents directly from your payment transactions — eliminating manual data entry and reducing errors.
Payper has a REST API solution, the documentation for it is available here: Create Payper Invoice API – docs.pelecard.com
Starting in 2024, Israel implemented a mandatory e-invoicing system requiring businesses to submit invoice data to the Israeli Tax Authority (ITA) in real-time and obtain an allocation number before sending invoices to customers. The Pelecard + Payper integration handles this automatically.
The integration supports all standard Israeli business document types:
| Document Type | Code | When to Use |
|---|---|---|
| Invoice | 300 | Simple invoice without payment confirmation |
| Tax Invoice | 305 | B2B transactions with VAT details |
| Invoice-Receipt | 320 | Combined invoice and payment receipt (most common for online payments) |
| Credit Invoice | 330 | Refunds and credit notes |
| Pro Forma | 332 | Quotes and estimates before payment |
| Reservation | 340 | Hotel and event bookings |
Pelecard offers three ways to integrate Payper into your payment workflow. Choose the method that best fits your technical requirements and use case.
Best for: Developers building custom integrations or automating invoice creation from backend systems.
The Direct API allows you to create invoices programmatically by sending HTTP requests to Pelecard’s gateway. This method provides full control over when and how documents are generated.
→ View Technical Documentation
Best for: E-commerce websites and applications where invoice should be generated automatically after payment.
When using Pelecard’s hosted payment page (iframe or redirect), you can include Payper parameters in the initialization request. The invoice will be automatically generated when the payment is successfully completed.
→ View Technical Documentation
Best for: Businesses that send payment requests via email or SMS and want automatic invoicing.
Create a payment link that includes Payper configuration. When the customer clicks the link and completes payment, the invoice is automatically generated and can be sent to the customer’s email.
→ View Technical Documentation
| Feature | Direct API | Iframe/Redirect | Payment Link |
|---|---|---|---|
| Technical skill required | High | Medium | Low |
| Website required | No | Yes | No |
| Invoice timing | On demand | After payment | After payment |
| Best use case | Custom systems | E-commerce | Service business |
| Integration effort | Days | Hours | Minutes |
Before integrating Payper with Pelecard, you need:
Note: Pelecard automatically creates and manages your Payper account. You only need your Pelecard credentials to use the integration — no separate Payper registration or configuration required.
Once you have the prerequisites in place, choose your integration method and follow the technical documentation:
| Integration Method | Documentation |
|---|---|
| Direct API | Create Payper Invoice API |
| Iframe/Redirect | Iframe/Redirect Programmer Manual — Payper Section |
| Payment Link | LinkByClick API — Payper Section |
Use the Pelecard sandbox environment to test your integration before going live:
Tip: Test with small amounts (100 agorot = ₪1) and verify that invoices are generated correctly before processing real transactions.
For technical support and questions:
| Pelecard Support | support@pelecard.com | Phone: 03-657-9500 |
| Documentation | https://docs.pelecard.com |
| Error Codes Reference | Payper API Error Codes |