| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreateCheckoutResponse |
CheckoutApi.createCheckout(String locationId,
CreateCheckoutRequest body)
Links a `checkoutId` to a `checkout_page_url` that customers are directed to in order to
provide their payment information using a payment processing workflow hosted on
connect.squareup.com.
|
CreateCheckoutResponse |
DefaultCheckoutApi.createCheckout(String locationId,
CreateCheckoutRequest body)
Links a `checkoutId` to a `checkout_page_url` that customers are directed to in order to
provide their payment information using a payment processing workflow hosted on
connect.squareup.com.
|
CompletableFuture<CreateCheckoutResponse> |
CheckoutApi.createCheckoutAsync(String locationId,
CreateCheckoutRequest body)
Links a `checkoutId` to a `checkout_page_url` that customers are directed to in order to
provide their payment information using a payment processing workflow hosted on
connect.squareup.com.
|
CompletableFuture<CreateCheckoutResponse> |
DefaultCheckoutApi.createCheckoutAsync(String locationId,
CreateCheckoutRequest body)
Links a `checkoutId` to a `checkout_page_url` that customers are directed to in order to
provide their payment information using a payment processing workflow hosted on
connect.squareup.com.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCheckoutRequest |
CreateCheckoutRequest.Builder.build()
Builds a new
CreateCheckoutRequest object using the set fields. |
Copyright © 2022. All rights reserved.