Overview
Once internet top-up orders are fulfilled, retrieve card codes and transaction numbers from the API and deliver them securely to customers. Card codes must be handled with care as they represent value.Card Data Structure
Fulfilled orders contain three key fields:- card_code: The rechargeable code to enter (primary credential)
- num_trans: Algérie Télécom transaction number (proof of purchase)
- date_traitement: Processing timestamp
API Reference
GET /v3/internet/check-id/{id}
Retrieve fulfilled card details
Secure Storage
Always encrypt card codes before storing in your database:Delivery Methods
1. Email Delivery
2. In-App Display
3. SMS Delivery
Complete Delivery Flow
Audit Logging
Log delivery events without exposing card data:Usage Instructions by Type
Provide clear instructions for each service type:Best Practices
Encrypt at Rest
Always encrypt card codes before storing in database
Use HTTPS Only
Never transmit cards over unencrypted connections
Verify Ownership
Check user owns order before showing card
No Plain Text Logs
Never log card codes in plain text
Include Instructions
Always provide clear usage instructions
Audit Trail
Log delivery events without sensitive data

