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