Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 61 additions & 62 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 2.16.17
version: 2.16.18
additionalDependencies:
- testImplementation:org.junit.jupiter:junit-jupiter:5.10.0
- implementation:com.auth0:java-jwt:4.5.0
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.693.0
speakeasyVersion: 1.697.2
sources:
Gr4vy:
sourceNamespace: openapi
Expand All @@ -9,11 +9,11 @@ sources:
- 1.0.0
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:608fe558b71fab58b8fb89bf2881deb463d4905e7550242bbb955f36f0d8c197
sourceBlobDigest: sha256:cf2b2dbb0dc89deecf0b1631726d51ba2aff1d72e82e8715839bd6af8a111046
sourceRevisionDigest: sha256:2363b982e5ab12fe17ea8c3b9ed17b078c8b3c9ec8cea30ea276e2ca257947cd
sourceBlobDigest: sha256:faf79336784886dd074976020587115d48641105de7bc4b78c585fd7c1e3a87b
tags:
- latest
- speakeasy-sdk-regen-1769082373
- speakeasy-sdk-regen-1769180959
- 1.0.0
targets:
gr-4-vy:
Expand All @@ -26,10 +26,10 @@ targets:
java:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:608fe558b71fab58b8fb89bf2881deb463d4905e7550242bbb955f36f0d8c197
sourceBlobDigest: sha256:cf2b2dbb0dc89deecf0b1631726d51ba2aff1d72e82e8715839bd6af8a111046
sourceRevisionDigest: sha256:2363b982e5ab12fe17ea8c3b9ed17b078c8b3c9ec8cea30ea276e2ca257947cd
sourceBlobDigest: sha256:faf79336784886dd074976020587115d48641105de7bc4b78c585fd7c1e3a87b
codeSamplesNamespace: openapi-java-code-samples
codeSamplesRevisionDigest: sha256:b7d02a3d19f41236d584e39b37af2eaae0cfccc6daf27e47b85120feb8021ca1
codeSamplesRevisionDigest: sha256:fde6f7e1481e17ae7cd806fa3ca4bb46f3274dadb5f0845c0ce740739000003a
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.gr4vy:sdk:2.16.17'
implementation 'com.gr4vy:sdk:2.16.18'
```

Maven:
```xml
<dependency>
<groupId>com.gr4vy</groupId>
<artifactId>sdk</artifactId>
<version>2.16.17</version>
<version>2.16.18</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1008,4 +1008,14 @@ Based on:
### Generated
- [java v2.16.17] .
### Releases
- [Maven Central v2.16.17] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.17 - .
- [Maven Central v2.16.17] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.17 - .

## 2026-01-23 15:08:56
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.697.2 (2.799.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v2.16.18] .
### Releases
- [Maven Central v2.16.18] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.18 - .
2 changes: 1 addition & 1 deletion docs/models/components/ApplePayPaymentMethodCreate.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/models/components/CardWithUrlPaymentMethodCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Create a transaction with raw card details
| `cardType` | *JsonNullable\<String>* | :heavy_minus_sign: | The type of the card used | credit |
| `method` | *Optional\<String>* | :heavy_minus_sign: | Always `card` | card |
| `securityCode` | *JsonNullable\<String>* | :heavy_minus_sign: | The 3 or 4 digit security code often found on the card. This often referred to as the CVV or CVD. | 123 |
| `redirectUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
| `redirectUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Create a payment with a checkout session ID (and an optional URL for 3DS).
| `externalIdentifier` | *JsonNullable\<String>* | :heavy_minus_sign: | The merchant reference that can be used to match the payment method against your own records. | card-12345 |
| `buyerId` | *JsonNullable\<String>* | :heavy_minus_sign: | The `id` of a stored buyer to use Use this instead of the `buyer_external_identifier`. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
| `buyerExternalIdentifier` | *JsonNullable\<String>* | :heavy_minus_sign: | The `external_identifier` of a stored buyer to use. Use this instead of the `buyer_id`. | buyer-12345 |
| `redirectUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
| `redirectUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Create a Click to Pay payment with an FPAN or virtual PAN
| `externalIdentifier` | *JsonNullable\<String>* | :heavy_minus_sign: | The merchant reference for this payment method. | payment-method-12345 |
| `cardType` | *JsonNullable\<String>* | :heavy_minus_sign: | The type of the card used | credit |
| `method` | *String* | :heavy_check_mark: | Aways `click-to-pay`. | click-to-pay |
| `redirectUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
| `redirectUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
| `securityCode` | *JsonNullable\<Object>* | :heavy_minus_sign: | The 3 or 4 digit security code often found on the card. This often referred to as the CVV or CVD. | 123 |
2 changes: 1 addition & 1 deletion docs/models/components/ClickToPayPaymentMethodCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ integration.
| `buyerId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the buyer to associate this transaction to. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
| `buyerExternalIdentifier` | *JsonNullable\<String>* | :heavy_minus_sign: | The external identifier of the buyer to create a transaction for. | buyer-12345 |
| `externalIdentifier` | *JsonNullable\<String>* | :heavy_minus_sign: | The external identifier of the payment method to filter by. | payment-method-12345 |
| `redirectUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
| `redirectUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
2 changes: 1 addition & 1 deletion docs/models/components/ErrorDetail.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
| `location` | [ErrorLocation](../../models/components/ErrorLocation.md) | :heavy_check_mark: | N/A | |
| `pointer` | *String* | :heavy_check_mark: | A JSON pointer for the particular property that caused the error. | |
| `pointer` | *String* | :heavy_check_mark: | A JSON pointer for the particular property that caused the error. | /currency |
| `message` | *String* | :heavy_check_mark: | A human-readdable explanation of the error. | Unknown ISO 4217 currency code: USX |
| `type` | *String* | :heavy_check_mark: | The type of error that was raised for this property. | value_error |
2 changes: 1 addition & 1 deletion docs/models/components/GooglePayFPANPaymentMethodCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Create a Google Pay payment with an FPAN.
| `externalIdentifier` | *JsonNullable\<String>* | :heavy_minus_sign: | The merchant reference for this payment method. | payment-method-12345 |
| `cardType` | *JsonNullable\<String>* | :heavy_minus_sign: | The type of the card used | credit |
| `method` | *String* | :heavy_check_mark: | Aways `googlepay_pan_only`. | googlepay_pan_only |
| `redirectUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
| `redirectUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
| `securityCode` | *JsonNullable\<Object>* | :heavy_minus_sign: | The 3 or 4 digit security code often found on the card. This often referred to as the CVV or CVD. | 123 |
Loading