Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.18 KB

File metadata and controls

35 lines (20 loc) · 1.18 KB

CheckoutApi

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

CreateCheckoutResponse

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]