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

  1. v2-customers-{customer id}-cards - Post Customers Cards POST {{baseUrl}}/v2/customers/:customer_id/cards

  2. v2-customers-{customer id}-cards - Delete Customers Cards DELETE {{baseUrl}}/v2/customers/:customer_id/cards/:card_id

  3. v2-customers-{customer id} - Delete Customers DELETE {{baseUrl}}/v2/customers/:customer_id

  4. v2-customers - Get Customers GET {{baseUrl}}/v2/customers?cursor=<string>

  5. v2-locations-{location id}-transactions-{transaction id} - Get Locations Transactions GET {{baseUrl}}/v2/locations/:location_id/transactions/:transaction_id

  6. v2-locations-{location id}-transactions-{transaction id} - Post Locations Transactions Capture POST {{baseUrl}}/v2/locations/:location_id/transactions/:transaction_id/capture

  7. v2-locations-{location id}-transactions-{transaction id} - Post Locations Transactions Refund POST {{baseUrl}}/v2/locations/:location_id/transactions/:transaction_id/refund

  8. v2-locations-{location id}-transactions-{transaction id} - Post Locations Transactions Void POST {{baseUrl}}/v2/locations/:location_id/transactions/:transaction_id/void

  9. 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>

  10. 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>