Accept payments
online and in store
Virtual terminals, payment links, and mobile payments.
Manage everything in one place.
Features
Everything you need to manage money.
From accepting your first payment to managing complex compliance, MyTPE gives you the tools to operate with confidence.
Online and in person
Sell here, there, and everywhere
Get a stunning store that's made to sell. Design fast with AI, choose a stylish theme, or build completely custom for full control.
Payment Links
One link, three powerful modes.
Whether you're selling products, billing clients, or hosting events — choose the payment link mode that fits your business perfectly.
Merchant directory
Merchant Directory
Find nearby merchants who accept electronic payments — online, via virtual terminals (TPV), or physical payment terminals (TPE). Discover where to pay with ease.
Desktop and mobile
Take care of business

Manage everything in one place
From back office to front of store, you're always in control with the fully centralized MyTPE Admin.
Wednesday, January 28
10:45
[Store] You have a new order for 3 items totaling 5,000 DA.
[Store] You have a new order for 1 item totaling 2,500 DA.
Run your store from anywhere
Do it all right from your pocket with the full-featured MyTPE mobile app.
Developer API
Integrate payments with a few lines of code
Our RESTful API lets you accept payments, generate payment links, and manage transactions programmatically. Build custom checkout flows tailored to your business.
- Simple REST API with clear documentation
- Test in sandbox before going live
- Webhooks for real-time payment notifications
1const response = await fetch("https://api.mytpe.app/v1/payments", {2 method: "POST",3 headers: {4 "Authorization": "Bearer sk_live_...",5 "Content-Type": "application/json",6 },7 body: JSON.stringify({8 amount: 5000,9 currency: "DZD",10 description: "Order #1234",11 customer_email: "client@example.com",12 }),13});1415const payment = await response.json();16console.log(payment.checkout_url);
Getting started
Start selling in no time












