-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy path.env.example
More file actions
45 lines (41 loc) · 1.65 KB
/
Copy path.env.example
File metadata and controls
45 lines (41 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Payzink Sandbox — https://console-dev.payzink.com
PAYZINK_PUBLISHABLE_KEY=pk_test_xxxxxxxxxxxx
PAYZINK_SECRET_KEY=sk_test_xxxxxxxxxxxx
PAYZINK_BASE_URL=https://merchant-dev.payzink.com
PAYZINK_CURRENCY=USD
PAYZINK_ACTION=PURCHASE
PAYZINK_MUST_3D_SECURE=false
PAYZINK_TEST_AMOUNT=2500
PAYZINK_TEST_EMAIL=sandbox-test@example.com
# KoraPay — https://developers.korapay.com/docs/checkout-redirect
KORAPAY_PUBLIC_KEY=pk_live_xxxxxxxxxxxx
KORAPAY_SECRET_KEY=sk_live_xxxxxxxxxxxx
KORAPAY_ENCRYPTION_KEY=xxxxxxxxxxxx
KORAPAY_BASE_URL=https://api.korapay.com
KORAPAY_CURRENCY=USD
KORAPAY_TEST_AMOUNT=2.40
KORAPAY_TEST_EMAIL=test@example.com
# Fawaterak — https://fawaterak-api.readme.io/
FAWATERAK_API_KEY=your_api_key
FAWATERAK_VENDOR_KEY=your_vendor_key
FAWATERAK_BASE_URL=https://staging.fawaterk.com
FAWATERAK_CURRENCY=EGP
# FAWATERAK_PAYMENT_METHOD_ID=2
# FAWATERAK_WEBHOOK_URL=https://example.com/payments/verify/fawaterak_json
# N-Genius — https://docs.ngenius-payments.com/
# Use Merchant Service Account API key from portal.ngenius-payments.com
NGENIUS_API_KEY=your_merchant_service_account_api_key
NGENIUS_OUTLET_ID=your-outlet-uuid
NGENIUS_REALM=NetworkInternational
NGENIUS_GATEWAY_URL=https://api-gateway.ngenius-payments.com
NGENIUS_CURRENCY=AED
NGENIUS_OPERATION=purchase
# NGENIUS_TEST_AMOUNT=10.00
# NGENIUS_TEST_EMAIL=test@example.com
# TotalPay — https://docs.totalpay.global/checkout_integration
TOTALPAY_MERCHANT_KEY=your-merchant-key-uuid
TOTALPAY_PASSWORD=your_merchant_password
TOTALPAY_CHECKOUT_URL=https://checkout.totalpay.global
TOTALPAY_CURRENCY=AED
TOTALPAY_OPERATION=purchase
# TOTALPAY_WEBHOOK_URL=https://accept.nafezly.com/payments/verify/totalpay