Description
In this course, you will :
- About the various Square APIs for business operations.
- About order creation and retrieval mechanisms using the Square API.
- How to use the Square API to generate and update invoices attached to order records.
- How to use the Square API to make, record, and refund payments.
- How to use Square APIs to integrate Square business and payment functions into a Django application.
Syllabus :
1. Square Business APIs
- The Merchants API
- The Locations API
2. Manage Payments
- Create a Payment
- Retrieve Payments
- Cancel or Complete Payments
- Refund a Payment
3. Process Orders
- Create an Order
- Retrieve Orders
- Pay for Orders
4. Handle Invoices
- Create an Invoice
- Retrieve Invoices
5. APIs Integration in Django
- Demo E-commerce Application