|
1 | 1 | lockVersion: 2.0.0
|
2 | 2 | id: 16ed6937-9038-4c34-a8b6-e4732948f250
|
3 | 3 | management:
|
4 |
| - docChecksum: 24139dd9245c2b92230ce95662487e9d |
| 4 | + docChecksum: 105ad65718fb6237dcacc71a806d7789 |
5 | 5 | docVersion: 1.0.0
|
6 |
| - speakeasyVersion: 1.555.2 |
7 |
| - generationVersion: 2.620.2 |
8 |
| - releaseVersion: 1.0.0-beta.17 |
9 |
| - configChecksum: ed661667f2247162168e20dcd7e00c15 |
| 6 | + speakeasyVersion: 1.556.2 |
| 7 | + generationVersion: 2.621.3 |
| 8 | + releaseVersion: 1.0.0-beta.18 |
| 9 | + configChecksum: bef8bcee664c8a796dd97b9e567b2830 |
10 | 10 | repoURL: https://github.com/gr4vy/gr4vy-php.git
|
11 | 11 | installationURL: https://github.com/gr4vy/gr4vy-php
|
12 | 12 | published: true
|
@@ -185,6 +185,8 @@ generatedFiles:
|
185 | 185 | - docs/GetTransactionRefundResponse.md
|
186 | 186 | - docs/GetTransactionRequest.md
|
187 | 187 | - docs/GetTransactionResponse.md
|
| 188 | + - docs/GetTransactionSettlementRequest.md |
| 189 | + - docs/GetTransactionSettlementResponse.md |
188 | 190 | - docs/GiftCard.md
|
189 | 191 | - docs/GiftCardBalanceRequest.md
|
190 | 192 | - docs/GiftCardCreate.md
|
@@ -253,6 +255,8 @@ generatedFiles:
|
253 | 255 | - docs/ListTransactionEventsResponse.md
|
254 | 256 | - docs/ListTransactionRefundsRequest.md
|
255 | 257 | - docs/ListTransactionRefundsResponse.md
|
| 258 | + - docs/ListTransactionSettlementsRequest.md |
| 259 | + - docs/ListTransactionSettlementsResponse.md |
256 | 260 | - docs/ListTransactionsRequest.md
|
257 | 261 | - docs/ListTransactionsResponse.md
|
258 | 262 | - docs/Loc.md
|
@@ -321,6 +325,8 @@ generatedFiles:
|
321 | 325 | - docs/ResumePaymentMethodNetworkTokenRequest.md
|
322 | 326 | - docs/ResumePaymentMethodNetworkTokenResponse.md
|
323 | 327 | - docs/Security.md
|
| 328 | + - docs/Settlement.md |
| 329 | + - docs/Settlements.md |
324 | 330 | - docs/ShippingDetails.md
|
325 | 331 | - docs/ShippingDetailsCreate.md
|
326 | 332 | - docs/ShippingDetailsList.md
|
@@ -424,6 +430,7 @@ generatedFiles:
|
424 | 430 | - docs/sdks/sessions/README.md
|
425 | 431 | - docs/sdks/transactions/README.md
|
426 | 432 | - docs/sdks/transactionsrefunds/README.md
|
| 433 | + - docs/sdks/transactionssettlements/README.md |
427 | 434 | - phpstan.neon
|
428 | 435 | - phpunit.xml
|
429 | 436 | - pint.json
|
@@ -593,6 +600,8 @@ generatedFiles:
|
593 | 600 | - src/GetTransactionRefundResponse.php
|
594 | 601 | - src/GetTransactionRequest.php
|
595 | 602 | - src/GetTransactionResponse.php
|
| 603 | + - src/GetTransactionSettlementRequest.php |
| 604 | + - src/GetTransactionSettlementResponse.php |
596 | 605 | - src/GiftCard.php
|
597 | 606 | - src/GiftCardBalanceRequest.php
|
598 | 607 | - src/GiftCardCreate.php
|
@@ -676,6 +685,8 @@ generatedFiles:
|
676 | 685 | - src/ListTransactionEventsResponse.php
|
677 | 686 | - src/ListTransactionRefundsRequest.php
|
678 | 687 | - src/ListTransactionRefundsResponse.php
|
| 688 | + - src/ListTransactionSettlementsRequest.php |
| 689 | + - src/ListTransactionSettlementsResponse.php |
679 | 690 | - src/ListTransactionsRequest.php
|
680 | 691 | - src/ListTransactionsResponse.php
|
681 | 692 | - src/MerchantAccount.php
|
@@ -755,6 +766,8 @@ generatedFiles:
|
755 | 766 | - src/SDKConfiguration.php
|
756 | 767 | - src/Security.php
|
757 | 768 | - src/Sessions.php
|
| 769 | + - src/Settlement.php |
| 770 | + - src/Settlements.php |
758 | 771 | - src/ShippingDetails.php
|
759 | 772 | - src/ShippingDetailsCreate.php
|
760 | 773 | - src/ShippingDetailsList.php
|
@@ -788,6 +801,7 @@ generatedFiles:
|
788 | 801 | - src/Transactions.php
|
789 | 802 | - src/TransactionsRefunds.php
|
790 | 803 | - src/TransactionsReportSpec.php
|
| 804 | + - src/TransactionsSettlements.php |
791 | 805 | - src/UnregisterDigitalWalletDomainRequest.php
|
792 | 806 | - src/UnregisterDigitalWalletDomainResponse.php
|
793 | 807 | - src/UpdateBuyerRequest.php
|
@@ -4094,5 +4108,70 @@ examples:
|
4094 | 4108 | application/json: {"type": "error", "code": "bad_gateway", "status": 502, "message": "Request could not be processed"}
|
4095 | 4109 | "504":
|
4096 | 4110 | application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
|
| 4111 | + get_transaction_settlement: |
| 4112 | + speakeasy-default-get-transaction-settlement: |
| 4113 | + parameters: |
| 4114 | + path: |
| 4115 | + transaction_id: "7099948d-7286-47e4-aad8-b68f7eb44591" |
| 4116 | + settlement_id: "b1e2c3d4-5678-1234-9abc-1234567890ab" |
| 4117 | + responses: |
| 4118 | + "200": |
| 4119 | + application/json: {"type": "settlement", "id": "b1e2c3d4-5678-1234-9abc-1234567890ab", "merchant_account_id": "default", "created_at": "2024-06-01T12:00:00.000Z", "updated_at": "2024-06-01T12:00:00.000Z", "posted_at": "2024-06-01T12:00:00.000Z", "ingested_at": "2024-06-01T12:00:00.000Z", "currency": "EUR", "amount": 1100, "commission": 100, "payment_service_report_id": "a1b2c3d4-5678-1234-9abc-1234567890ab", "payment_service_report_file_ids": ["f1e2d3c4-5678-1234-9abc-1234567890ab"], "transaction_id": "7099948d-7286-47e4-aad8-b68f7eb44591"} |
| 4120 | + "400": |
| 4121 | + application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"} |
| 4122 | + "401": |
| 4123 | + application/json: {"type": "error", "code": "unauthorized", "status": 401, "message": "No valid API authentication found"} |
| 4124 | + "403": |
| 4125 | + application/json: {"type": "error", "code": "forbidden", "status": 403, "message": "Request failed validation"} |
| 4126 | + "404": |
| 4127 | + application/json: {"type": "error", "code": "not_found", "status": 404, "message": "The resource could not be found"} |
| 4128 | + "405": |
| 4129 | + application/json: {"type": "error", "code": "method_not_allowed", "status": 405, "message": "Method Not Allowed"} |
| 4130 | + "409": |
| 4131 | + application/json: {"type": "error", "code": "duplicate_record", "status": 409, "message": "Request failed validation"} |
| 4132 | + "422": |
| 4133 | + application/json: {} |
| 4134 | + "425": |
| 4135 | + application/json: {"type": "error", "code": "too_early", "status": 425, "message": "Request failed validation"} |
| 4136 | + "429": |
| 4137 | + application/json: {"type": "error", "code": "too_many_requests", "status": 429, "message": "Request failed validation"} |
| 4138 | + "500": |
| 4139 | + application/json: {"type": "error", "code": "server_error", "status": 500, "message": "Request could not be processed"} |
| 4140 | + "502": |
| 4141 | + application/json: {"type": "error", "code": "bad_gateway", "status": 502, "message": "Request could not be processed"} |
| 4142 | + "504": |
| 4143 | + application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"} |
| 4144 | + list_transaction_settlements: |
| 4145 | + speakeasy-default-list-transaction-settlements: |
| 4146 | + parameters: |
| 4147 | + path: |
| 4148 | + transaction_id: "7099948d-7286-47e4-aad8-b68f7eb44591" |
| 4149 | + responses: |
| 4150 | + "200": |
| 4151 | + application/json: {"items": []} |
| 4152 | + "400": |
| 4153 | + application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"} |
| 4154 | + "401": |
| 4155 | + application/json: {"type": "error", "code": "unauthorized", "status": 401, "message": "No valid API authentication found"} |
| 4156 | + "403": |
| 4157 | + application/json: {"type": "error", "code": "forbidden", "status": 403, "message": "Request failed validation"} |
| 4158 | + "404": |
| 4159 | + application/json: {"type": "error", "code": "not_found", "status": 404, "message": "The resource could not be found"} |
| 4160 | + "405": |
| 4161 | + application/json: {"type": "error", "code": "method_not_allowed", "status": 405, "message": "Method Not Allowed"} |
| 4162 | + "409": |
| 4163 | + application/json: {"type": "error", "code": "duplicate_record", "status": 409, "message": "Request failed validation"} |
| 4164 | + "422": |
| 4165 | + application/json: {} |
| 4166 | + "425": |
| 4167 | + application/json: {"type": "error", "code": "too_early", "status": 425, "message": "Request failed validation"} |
| 4168 | + "429": |
| 4169 | + application/json: {"type": "error", "code": "too_many_requests", "status": 429, "message": "Request failed validation"} |
| 4170 | + "500": |
| 4171 | + application/json: {"type": "error", "code": "server_error", "status": 500, "message": "Request could not be processed"} |
| 4172 | + "502": |
| 4173 | + application/json: {"type": "error", "code": "bad_gateway", "status": 502, "message": "Request could not be processed"} |
| 4174 | + "504": |
| 4175 | + application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"} |
4097 | 4176 | examplesVersion: 1.0.2
|
4098 | 4177 | generatedTests: {}
|
0 commit comments