הגדרות עסק, אינטגרציות ותבניות • לפרופיל אישי →
💡 הגדרות = עסק ואינטגרציות • פרופיל = פרטים אישיים וסיסמה
מטעמי אבטחה, פרטי ה-API של CardCom מנוהלים רק על ידי מנהל המערכת. אם צריך לעדכן או לשנות פרטים, אנא פנה למנהל.
מנהל המערכת טרם הגדיר את פרטי ה-API שלך. לאחר שתשלח את הפרטים העסקיים, המנהל יקבל את הבקשה ויגדיר את החשבון.
בחר אילו כרטיסים תרצה לראות בדשבורד הראשי שלך
קבלות, חשבוניות, הצעות מחיר ועוד - כל המסמכים שלך במקום אחד. התאם אישית את המיתוג שלהם והורד בקלות.
הגדר את מספר הטלפון שלך לקבלת עדכונים אוטומטיים על תשלומים, דוחות ועוד. מספר זה ישמש לכל האוטומציות שמיועדות לבעל העסק.
לחיצה על כפתור = הוספה אוטומטית למקום הסמן 👇
אפשר למערכות חיצוניות ליצור קישורי תשלום דרך ה-API שלך.
כל תשלום שיעבור יתועד במערכת + עמלה אוטומטית עבורך.
| שם לקוח | API Key | עמלה | קריאות 30d | הכנסות 30d | יתרה | סטטוס | פעולות |
|---|
אין API Keys פעילים
צור API Key חדש כדי להתחיל לקבל תשלומים ממערכות חיצוניות
חשוב! שמור את ה-API Key הזה במקום מאובטח
לא תוכל לראות אותו שוב. אם תאבד אותו, תצטרך ליצור API Key חדש.
Create payments, documents, and signatures programmatically
https://realpayment.co.il/api/external/create-payment
X-API-Key: rp_live_YOUR_API_KEY_HERE
curl -X POST https://realpayment.co.il/api/external/create-payment \
-H "Content-Type: application/json" \
-H "X-API-Key: rp_live_YOUR_API_KEY_HERE" \
-d '{
"amount": 500,
"description": "Premium Subscription - Order #12345",
"customerName": "John Doe",
"customerPhone": "+972501234567",
"customerEmail": "john.doe@example.com",
"numOfPayments": 1,
"currency": "ILS",
"webhookUrl": "https://myshop.com/api/webhooks/payment",
"metadata": {
"orderId": "12345",
"customerId": "user_abc123",
"source": "website"
}
}'
| Parameter | Type | Required | Description |
|---|---|---|---|
| amount | number |
REQUIRED | Payment amount (in ILS or USD based on currency parameter) |
| description | string |
REQUIRED | Payment description (shown to customer) |
| customerName | string |
OPTIONAL | Customer's full name |
| customerPhone | string |
OPTIONAL | Customer's phone number (international format recommended) |
| customerEmail | string |
OPTIONAL | Customer's email address |
| numOfPayments | number |
OPTIONAL | Number of installments (default: 1) |
| currency | string |
OPTIONAL | Currency code: ILS or USD (default: ILS) |
| webhookUrl | string |
OPTIONAL | Your webhook URL to receive payment status updates |
| metadata | object |
OPTIONAL | Custom data (e.g., orderId, customerId) - returned in webhook |
{
"success": true,
"paymentUrl": "https://secure.cardcom.solutions/interface/uniqueid123456",
"returnValue": "EXT_abc12345_1702825600_xyz789",
"paymentId": "pm_9f8e7d6c5b4a3210",
"lowProfileId": "LP_123456789",
"commission": {
"percent": 2.5,
"amount": 12.5
}
}
paymentUrl - Send this secure URL to your customerreturnValue - Unique identifier for tracking this paymentpaymentId - Internal database reference IDcommission - Your earnings from this transaction{
"success": false,
"error": "Invalid or inactive API Key"
}
{
"success": false,
"error": "Invalid amount. Must be a positive number."
}
| 200 | Success - Payment link created |
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid or missing API Key |
| 500 | Server Error - Contact support |
When your customer completes the payment, we'll send a POST request to your webhookUrl with the following data:
{
"returnValue": "EXT_abc12345_1702825600_xyz789",
"status": "completed",
"amount": 500,
"transactionId": "TXN_987654321",
"timestamp": "2024-12-17T10:30:00Z",
"metadata": {
"orderId": "12345",
"customerId": "user_abc123"
}
}
Note: Your webhook endpoint should return HTTP 200 to acknowledge receipt.
Need Help?
בחר ספק והגדר API לשליחת מיילים אוטומטית
בחר ספק והגדר API לשליחת הודעות WhatsApp אוטומטית
הכנס את פרטי ה-Instance שלך מתוך הקונסול של Green-API. פתח קונסול
כדי לקבל הודעות נכנסות מלקוחות, העתק את ה-URL הבא והגדר אותו ב-Green-API Console:
incomingMessageReceived, outgoingMessageStatusטוען נתונים...
| תאריך | Endpoint | סכום | זמן תגובה | סטטוס |
|---|