CheckoutApi
February 13, 2019 ยท View on GitHub
squareconnect.apis.checkout_api
All endpoints are relative to Square Connect V2 Documentation
| Method | HTTP request |
|---|---|
| create_checkout | POST /v2/locations/{location_id}/checkouts |
create_checkout
CreateCheckoutResponse create_checkout(location_id, body)
Description
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.
Parameters
| Name | Type | Notes | Default Value |
|---|---|---|---|
| location_id | str | ||
| body | CreateCheckoutRequest |
Return type
Authorization
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]