squareconnect.apis.checkout_api
All endpoints are relative to Square Connect V2 Documentation
| Method | HTTP request |
|---|---|
| create_checkout | POST /v2/locations/{location_id}/checkouts |
CreateCheckoutResponse create_checkout(location_id, body)
Links a checkoutId to a checkout_page_url that customers will be directed to in order to provide their payment information using a payment processing workflow hosted on connect.squareup.com.
| Name | Type | Notes | Default Value |
|---|---|---|---|
| location_id | str | ||
| body | CreateCheckoutRequest |
Assign your Access Token from developer portal to the authorization parameter.
[Back to top] [Back to API list] [Back to Model list] [Back to README]