Square Connect
Number of APIs: 63
Square provides collections of APIs that work together to solve a variety of problems, including online payments (eCommerce), in-person payments (point of sale), product management, customer management, and business management.
Contact Support: Name: No Contact Email: email@example.com
-
v2-customers-{customer id}-cards - Post Customers Cards POST {{baseUrl}}/v2/customers/:customer_id/cards
-
v2-customers-{customer id}-cards - Delete Customers Cards DELETE {{baseUrl}}/v2/customers/:customer_id/cards/:card_id
-
v2-customers-{customer id} - Delete Customers DELETE {{baseUrl}}/v2/customers/:customer_id
-
v2-customers - Get Customers GET {{baseUrl}}/v2/customers?cursor=<string>
-
v2-locations-{location id}-transactions-{transaction id} - Get Locations Transactions GET {{baseUrl}}/v2/locations/:location_id/transactions/:transaction_id
-
v2-locations-{location id}-transactions-{transaction id} - Post Locations Transactions Capture POST {{baseUrl}}/v2/locations/:location_id/transactions/:transaction_id/capture
-
v2-locations-{location id}-transactions-{transaction id} - Post Locations Transactions Refund POST {{baseUrl}}/v2/locations/:location_id/transactions/:transaction_id/refund
-
v2-locations-{location id}-transactions-{transaction id} - Post Locations Transactions Void POST {{baseUrl}}/v2/locations/:location_id/transactions/:transaction_id/void
-
v2-locations-{location id}-transactions - Get Locations Transactions GET {{baseUrl}}/v2/locations/:location_id/transactions?begin_time=<string>&end_time=<string>&sort_order=<string>&cursor=<string>
-
v2-locations-{location id} - Get Locations Refunds GET {{baseUrl}}/v2/locations/:location_id/refunds?begin_time=<string>&end_time=<string>&sort_order=<string>&cursor=<string>