Skip to content

Commit 057ab7a

Browse files
Chore: Clean up for publishing
1 parent 72c99e4 commit 057ab7a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+579
-430
lines changed

.openapi-generator-ignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# OpenAPI Generator Ignore
2+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

.openapi-generator/FILES

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
.gitignore
2+
.gitlab-ci.yml
3+
.travis.yml
4+
README.md
5+
docs/Accepted.md
6+
docs/Balance.md
7+
docs/Bank.md
8+
docs/BulkCharge.md
9+
docs/BulkChargeInitiate.md
10+
docs/Charge.md
11+
docs/ChargeCreate.md
12+
docs/ChargeSubmitAddress.md
13+
docs/ChargeSubmitBirthday.md
14+
docs/ChargeSubmitOTP.md
15+
docs/ChargeSubmitPhone.md
16+
docs/ChargeSubmitPin.md
17+
docs/Customer.md
18+
docs/CustomerCreate.md
19+
docs/CustomerDeactivateAuthorization.md
20+
docs/CustomerRiskAction.md
21+
docs/CustomerUpdate.md
22+
docs/CustomerValidate.md
23+
docs/CustomerValidation.md
24+
docs/DedicatedVirtualAccount.md
25+
docs/DedicatedVirtualAccountCreate.md
26+
docs/DedicatedVirtualAccountSplit.md
27+
docs/Dispute.md
28+
docs/DisputeEvidence.md
29+
docs/DisputeResolve.md
30+
docs/DisputeUpdate.md
31+
docs/EFT.md
32+
docs/Error.md
33+
docs/Integration.md
34+
docs/MobileMoney.md
35+
docs/Page.md
36+
docs/PageCreate.md
37+
docs/PageProduct.md
38+
docs/PageUpdate.md
39+
docs/PaymentRequest.md
40+
docs/PaymentRequestCreate.md
41+
docs/PaymentRequestUpdate.md
42+
docs/Plan.md
43+
docs/PlanCreate.md
44+
docs/PlanUpdate.md
45+
docs/Product.md
46+
docs/ProductCreate.md
47+
docs/ProductUpdate.md
48+
docs/Refund.md
49+
docs/RefundCreate.md
50+
docs/Response.md
51+
docs/Settlement.md
52+
docs/Split.md
53+
docs/SplitCreate.md
54+
docs/SplitSubaccounts.md
55+
docs/SplitUpdate.md
56+
docs/Subaccount.md
57+
docs/SubaccountCreate.md
58+
docs/SubaccountUpdate.md
59+
docs/Subscription.md
60+
docs/SubscriptionCreate.md
61+
docs/SubscriptionToggle.md
62+
docs/Transaction.md
63+
docs/TransactionChargeAuthorization.md
64+
docs/TransactionCheckAuthorization.md
65+
docs/TransactionInitialize.md
66+
docs/TransactionPartialDebit.md
67+
docs/Transfer.md
68+
docs/TransferBulk.md
69+
docs/TransferFinalize.md
70+
docs/TransferFinalizeDisableOTP.md
71+
docs/TransferInitiate.md
72+
docs/TransferRecipient.md
73+
docs/TransferRecipientBulk.md
74+
docs/TransferRecipientCreate.md
75+
docs/TransferRecipientUpdate.md
76+
docs/TransferResendOTP.md
77+
docs/USSD.md
78+
docs/Verification.md
79+
docs/VerificationBVNMatch.md
80+
git_push.sh
81+
paystack/__init__.py
82+
paystack/api/__init__.py
83+
paystack/api/balance_.py
84+
paystack/api/bulk_charge_.py
85+
paystack/api/charge_.py
86+
paystack/api/customer_.py
87+
paystack/api/dedicated_virtual_account_.py
88+
paystack/api/dispute_.py
89+
paystack/api/integration_.py
90+
paystack/api/page_.py
91+
paystack/api/payment_request_.py
92+
paystack/api/plan_.py
93+
paystack/api/product_.py
94+
paystack/api/refund_.py
95+
paystack/api/settlement_.py
96+
paystack/api/split_.py
97+
paystack/api/subaccount_.py
98+
paystack/api/subscription_.py
99+
paystack/api/transaction_.py
100+
paystack/api/transfer_.py
101+
paystack/api/transfer_recipient_.py
102+
paystack/api/verification_.py
103+
paystack/api_client.py
104+
paystack/configuration.py
105+
paystack/exceptions.py
106+
paystack/models/__init__.py
107+
paystack/models/accepted.py
108+
paystack/models/bank.py
109+
paystack/models/bulk_charge_initiate.py
110+
paystack/models/charge_create.py
111+
paystack/models/charge_submit_address.py
112+
paystack/models/charge_submit_birthday.py
113+
paystack/models/charge_submit_otp.py
114+
paystack/models/charge_submit_phone.py
115+
paystack/models/charge_submit_pin.py
116+
paystack/models/customer_create.py
117+
paystack/models/customer_deactivate_authorization.py
118+
paystack/models/customer_risk_action.py
119+
paystack/models/customer_update.py
120+
paystack/models/customer_validate.py
121+
paystack/models/customer_validation.py
122+
paystack/models/dedicated_virtual_account_create.py
123+
paystack/models/dedicated_virtual_account_split.py
124+
paystack/models/dispute_evidence.py
125+
paystack/models/dispute_resolve.py
126+
paystack/models/dispute_update.py
127+
paystack/models/eft.py
128+
paystack/models/error.py
129+
paystack/models/mobile_money.py
130+
paystack/models/page_create.py
131+
paystack/models/page_product.py
132+
paystack/models/page_update.py
133+
paystack/models/payment_request_create.py
134+
paystack/models/payment_request_update.py
135+
paystack/models/plan_create.py
136+
paystack/models/plan_update.py
137+
paystack/models/product_create.py
138+
paystack/models/product_update.py
139+
paystack/models/refund_create.py
140+
paystack/models/response.py
141+
paystack/models/split_create.py
142+
paystack/models/split_subaccounts.py
143+
paystack/models/split_update.py
144+
paystack/models/subaccount_create.py
145+
paystack/models/subaccount_update.py
146+
paystack/models/subscription_create.py
147+
paystack/models/subscription_toggle.py
148+
paystack/models/transaction_charge_authorization.py
149+
paystack/models/transaction_check_authorization.py
150+
paystack/models/transaction_initialize.py
151+
paystack/models/transaction_partial_debit.py
152+
paystack/models/transfer_bulk.py
153+
paystack/models/transfer_finalize.py
154+
paystack/models/transfer_finalize_disable_otp.py
155+
paystack/models/transfer_initiate.py
156+
paystack/models/transfer_recipient_bulk.py
157+
paystack/models/transfer_recipient_create.py
158+
paystack/models/transfer_recipient_update.py
159+
paystack/models/transfer_resend_otp.py
160+
paystack/models/ussd.py
161+
paystack/models/verification_bvn_match.py
162+
paystack/rest.py
163+
requirements.txt
164+
setup.cfg
165+
setup.py
166+
test-requirements.txt
167+
test/__init__.py
168+
tox.ini

.openapi-generator/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5.2.1

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,15 @@ Class | Method | HTTP request | Description
149149
*TransferRecipient* | [**transferrecipient_code_delete**](docs/TransferRecipient.md#transferrecipient_code_delete) | **DELETE** /transferrecipient/{code} | Delete Transfer Recipient
150150
*TransferRecipient* | [**transferrecipient_code_put**](docs/TransferRecipient.md#transferrecipient_code_put) | **PUT** /transferrecipient/{code} | Update Transfer recipient
151151
*Verification* | [**avs**](docs/Verification.md#avs) | **GET** /address_verification/states | List States (AVS)
152-
*Verification* | [**bvn_match**](docs/Verification.md#bvn_match) | **POST** /bvn/match | Match Service
153152
*Verification* | [**fetch_banks**](docs/Verification.md#fetch_banks) | **GET** /bank | Fetch Banks
154153
*Verification* | [**list_countries**](docs/Verification.md#list_countries) | **GET** /country | List Countries
155154
*Verification* | [**resolve_account_number**](docs/Verification.md#resolve_account_number) | **GET** /bank/resolve | Resolve Account Number
156-
*Verification* | [**resolve_bvn**](docs/Verification.md#resolve_bvn) | **GET** /bank/resolve_bvn/{bvn} | Resolve BVN
157155
*Verification* | [**resolve_card_bin**](docs/Verification.md#resolve_card_bin) | **GET** /decision/bin/{bin} | Resolve Card BIN
158156

159157

160158
## Documentation For Models
161159

160+
- [Accepted](docs/Accepted.md)
162161
- [Bank](docs/Bank.md)
163162
- [BulkChargeInitiate](docs/BulkChargeInitiate.md)
164163
- [ChargeCreate](docs/ChargeCreate.md)

docs/Accepted.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Accepted
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**status** | **bool** | | [optional]
8+
**message** | **str** | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/Balance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This endpoint does not need any parameter.
4949
### HTTP response details
5050
| Status code | Description | Response headers |
5151
|-------------|-------------|------------------|
52-
**200** | Successful operation | - |
52+
**200** | Request successful | - |
5353
**401** | Unauthorized operation | - |
5454
**404** | Entity not found | - |
5555
**0** | Server error | - |
@@ -105,7 +105,7 @@ Name | Type | Description | Notes
105105
### HTTP response details
106106
| Status code | Description | Response headers |
107107
|-------------|-------------|------------------|
108-
**200** | Successful operation | - |
108+
**200** | Request successful | - |
109109
**401** | Unauthorized operation | - |
110110
**404** | Entity not found | - |
111111
**0** | Server error | - |

docs/BulkCharge.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Name | Type | Description | Notes
5555
### HTTP response details
5656
| Status code | Description | Response headers |
5757
|-------------|-------------|------------------|
58-
**200** | Successful operation | - |
58+
**200** | Request successful | - |
5959
**401** | Unauthorized operation | - |
6060
**404** | Entity not found | - |
6161
**0** | Server error | - |
@@ -105,7 +105,7 @@ Name | Type | Description | Notes
105105
### HTTP response details
106106
| Status code | Description | Response headers |
107107
|-------------|-------------|------------------|
108-
**200** | Successful operation | - |
108+
**200** | Request successful | - |
109109
**401** | Unauthorized operation | - |
110110
**404** | Entity not found | - |
111111
**0** | Server error | - |
@@ -151,7 +151,7 @@ This endpoint does not need any parameter.
151151
### HTTP response details
152152
| Status code | Description | Response headers |
153153
|-------------|-------------|------------------|
154-
**201** | Resource created | - |
154+
**200** | Resource created | - |
155155
**401** | Unauthorized operation | - |
156156
**0** | Server error | - |
157157

@@ -206,7 +206,7 @@ Name | Type | Description | Notes
206206
### HTTP response details
207207
| Status code | Description | Response headers |
208208
|-------------|-------------|------------------|
209-
**200** | Successful operation | - |
209+
**200** | Request successful | - |
210210
**401** | Unauthorized operation | - |
211211
**404** | Entity not found | - |
212212
**0** | Server error | - |
@@ -256,7 +256,7 @@ Name | Type | Description | Notes
256256
### HTTP response details
257257
| Status code | Description | Response headers |
258258
|-------------|-------------|------------------|
259-
**200** | Successful operation | - |
259+
**200** | Request successful | - |
260260
**401** | Unauthorized operation | - |
261261
**404** | Entity not found | - |
262262
**0** | Server error | - |
@@ -306,7 +306,7 @@ Name | Type | Description | Notes
306306
### HTTP response details
307307
| Status code | Description | Response headers |
308308
|-------------|-------------|------------------|
309-
**200** | Successful operation | - |
309+
**200** | Request successful | - |
310310
**401** | Unauthorized operation | - |
311311
**404** | Entity not found | - |
312312
**0** | Server error | - |

docs/Charge.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Name | Type | Description | Notes
5656
### HTTP response details
5757
| Status code | Description | Response headers |
5858
|-------------|-------------|------------------|
59-
**200** | Successful operation | - |
59+
**200** | Request successful | - |
6060
**401** | Unauthorized operation | - |
6161
**404** | Entity not found | - |
6262
**0** | Server error | - |
@@ -128,7 +128,7 @@ Name | Type | Description | Notes
128128
### HTTP response details
129129
| Status code | Description | Response headers |
130130
|-------------|-------------|------------------|
131-
**201** | Resource created | - |
131+
**200** | Request successful | - |
132132
**401** | Unauthorized operation | - |
133133
**0** | Server error | - |
134134

@@ -185,7 +185,7 @@ Name | Type | Description | Notes
185185
### HTTP response details
186186
| Status code | Description | Response headers |
187187
|-------------|-------------|------------------|
188-
**201** | Resource created | - |
188+
**200** | Request successful | - |
189189
**401** | Unauthorized operation | - |
190190
**0** | Server error | - |
191191

@@ -236,7 +236,7 @@ Name | Type | Description | Notes
236236
### HTTP response details
237237
| Status code | Description | Response headers |
238238
|-------------|-------------|------------------|
239-
**201** | Resource created | - |
239+
**200** | Request successful | - |
240240
**401** | Unauthorized operation | - |
241241
**0** | Server error | - |
242242

@@ -287,7 +287,7 @@ Name | Type | Description | Notes
287287
### HTTP response details
288288
| Status code | Description | Response headers |
289289
|-------------|-------------|------------------|
290-
**201** | Resource created | - |
290+
**200** | Request successful | - |
291291
**401** | Unauthorized operation | - |
292292
**0** | Server error | - |
293293

@@ -338,7 +338,7 @@ Name | Type | Description | Notes
338338
### HTTP response details
339339
| Status code | Description | Response headers |
340340
|-------------|-------------|------------------|
341-
**201** | Resource created | - |
341+
**200** | Request successful | - |
342342
**401** | Unauthorized operation | - |
343343
**0** | Server error | - |
344344

@@ -389,7 +389,7 @@ Name | Type | Description | Notes
389389
### HTTP response details
390390
| Status code | Description | Response headers |
391391
|-------------|-------------|------------------|
392-
**201** | Resource created | - |
392+
**200** | Request successful | - |
393393
**401** | Unauthorized operation | - |
394394
**0** | Server error | - |
395395

0 commit comments

Comments
 (0)