GET
Payment services/payment-servicesقائمة خدمات الدفع
يعرض خدمات الدفع المفعلة مع تصفية اختيارية بالعملة والطريقة.
مستوى الوصولauthenticatedالحدpay_apiمنع التكرارnoneالمصادقةBearerAuth
المصدر
LuxApi/Modules/PayAPI/Controllers/PaymentServiceController.php::indexLuxPayProjects @ 146e98baa44eالمعاملات
X-Request-IDheaderClient correlation identifier. LuxPay may generate one when omitted.
Example:req_01J...currencyqueryISO 4217 currency code.
Example:YERmethodqueryPayment method filter.
Example:walletأمثلة الكود
العنوان المعروض Sandbox Placeholder حتى يتم تزويد النطاق الرسمي. لا تلصق رمز Production في متصفح عام.
curl --request GET \
--url 'https://sandbox-api.luxpay.example/v1/payment-services' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'الاستجابات
200Successful response.
successboolean
Example:
truedataobject
{
"success": true,
"data": {
"services": [
{
"provider": "wallet",
"display_name": "LuxPay Wallet",
"enabled": true,
"can_select": true,
"currencies": [
"string"
],
"methods": [
"string"
],
"channels": [
"string"
]
}
],
"count": 1
}
}