From 6c4415ab16fdb31add2a11e218cdf0d3af1e6fe3 Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Sun, 7 Dec 2025 04:29:43 +0000 Subject: [PATCH] asdda --- docs/API/API-COMPLETE-REFERENCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/API/API-COMPLETE-REFERENCE.md b/docs/API/API-COMPLETE-REFERENCE.md index 454962c2..8fc3479c 100644 --- a/docs/API/API-COMPLETE-REFERENCE.md +++ b/docs/API/API-COMPLETE-REFERENCE.md @@ -1018,6 +1018,7 @@ class KeywordViewSet(SiteSectorModelViewSet): - `GET /api/v1/admin/billing/pending_payments/` - Pending manual payments (admin review queue) - `POST /api/v1/admin/billing/{id}/approve_payment/` - Approve manual payment (admin-only) - `POST /api/v1/admin/billing/{id}/reject_payment/` - Reject manual payment (admin-only) + - `GET /api/v1/admin/billing/payment-method-configs/` - List payment method configs (country-level); query: `country_code`, `payment_method` - `POST /api/v1/admin/billing/payment-method-configs/` - Create payment method config - `GET /api/v1/admin/billing/payment-method-configs/{id}/` - Retrieve payment method config