Skip to content

Commit 6b438b7

Browse files
feat(api): add embed webhook event types
1 parent a362749 commit 6b438b7

18 files changed

Lines changed: 2384 additions & 2 deletions

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 214
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-09b6d1b85c657173562e9a372adc74551f07d476122003078e9168467329f792.yml
3-
openapi_spec_hash: a2b3a526310ceccd4ccb59ec428d246f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-2d2600072500797474f0d7798c1a8b668bfbc4e0c6a8f076ca7b4cc7ad82058b.yml
3+
openapi_spec_hash: 7605eb6be77a3d150078916f0eb0e9ac
44
config_hash: 5bb913c05ebeb301ec925b16e75bb251

lithic-java-core/src/main/kotlin/com/lithic/api/models/CardEmbedParams.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import com.lithic.api.core.http.QueryParams
99
import java.util.Objects
1010

1111
/**
12+
* **Deprecated.** Use the modern embedded card flow instead: create a session with `POST
13+
* /v1/cards/{card_token}/embed` and render it via `GET /v1/embed`.
14+
*
1215
* Handling full card PANs and CVV codes requires that you comply with the Payment Card Industry
1316
* Data Security Standards (PCI DSS). Some clients choose to reduce their compliance obligations by
1417
* leveraging our embedded card UI solution documented below.
@@ -30,6 +33,7 @@ import java.util.Objects
3033
* iframe) on the server or make an ajax call from your front end code, but **do not ever embed your
3134
* API key into front end code, as doing so introduces a serious security vulnerability**.
3235
*/
36+
@Deprecated("deprecated")
3337
class CardEmbedParams
3438
private constructor(
3539
private val embedRequest: String,

0 commit comments

Comments
 (0)