We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d9cd1 commit a646abfCopy full SHA for a646abf
1 file changed
src/main/java/com/sumup/sdk/models/CheckoutSuccess.java
@@ -41,6 +41,12 @@ public record CheckoutSuccess(
41
*/
42
String description,
43
44
+ /**
45
+ * URL of the SumUp-hosted payment page that handles the payment flow. Returned when Hosted
46
+ * Checkout is enabled for the checkout.
47
+ */
48
+ String hostedCheckoutUrl,
49
+
50
/** Unique SumUp identifier of the checkout resource. */
51
String id,
52
@@ -322,6 +328,7 @@ public CheckoutSuccess build() {
322
328
date,
323
329
description,
324
330
null,
331
+ null,
325
332
mandate,
326
333
merchantCode,
327
334
merchantName,
0 commit comments