-
cp .env.example .env
-
edit .env
GOOGLE_SERVICE_ACCOUNT_EMAIL=
GOOGLE_PRIVATE_KEY=
GOOGLE_SPREADSHEET_ID_FROM_URL=
Set Up Google Services If Not Yet Set Up
- Create New Google Service Account
- Fill Up Service Account Details
- Add Role Owner
Create New Secret KEY
- Select JSON
- This will Download A JSON , Open that File which Will Contain GOOGLE_PRIVATE_KEY and GOOGLE_SERVICE_ACCOUNT_EMAIL
{
"private_key": "GOOGLE_PRIVATE_KEY", // COPY THIS AND PASTE TO YOU .env file
"client_email": "GOOGLE_SERVICE_ACCOUNT_EMAIL", // COPY AND PASTE THIS TO YOUR .env file
}
Get Google Spreadsheet ID
-
Go to this link: https://docs.google.com/spreadsheets/u/0/
-
Create A New Spreadsheet
-
Check The URL and Copy URL Segment and Paste to GOOGLE_SPREADSHEET_ID_FROM_URL
https://docs.google.com/spreadsheets/d/COPY-THIS-URL-SEGMENT/edit#gid=0
Grant Permission to GOOGLE_SERVICE_ACCOUNT_EMAIL
- Inside Your SpreadSheet ,Click Share Button , paste your GOOGLE_SERVICE_ACCOUNT_EMAIL
run
netlify dev
command
- test http://localhost:8888/api in postman
Raw JSON PAYLOAD
{
"reference_no": "dh5zPAn",
"referral": "midascode",
"deliverable": false,
"receiver_name": "Juan Dela Cruz",
"receiver_phone": "+639123456789",
"address": "Complete Address",
"notes": "Add Sosmething Awesome Here!"
}
-
NOTE: This Microservice should only be called after we Create Link and have reference_no (required)
-
if deliverable is false (i.e product such as softwares) Address, and Receiver Info will Not Be Filled! , default to false
-
Referral Code is Optional and used to update referral commission on referral sheet
-
Go to Settings
-
Click Change Site Name
${username}-tss-fn-create-purchase.${domain}.com
- make post request with Needed payload to
${username}-tss-fn-create-purchase.${domain}.com/api