Skip to content

QuickBooks credentials#

คุณสามารถใช้ credentials นี้เพื่อยืนยันตัวตนกับ node ต่อไปนี้ได้:

Prerequisites#

สร้าง Intuit developer account

Supported authentication methods#

  • OAuth2

ดูข้อมูลเพิ่มเติมเกี่ยวกับบริการนี้ได้ที่ Intuit's API documentation

Using OAuth2#

สำหรับการตั้งค่า credentials นี้ คุณจะต้องมี:

  • Client ID: สร้างขึ้นเมื่อคุณสร้าง app
  • Client Secret: สร้างขึ้นเมื่อคุณสร้าง app
  • Environment: เลือกว่า credential นี้ควรเข้าถึง environment Production หรือ Sandbox ของคุณ

หากต้องการสร้าง Client ID และ Client Secret ของคุณ ให้ สร้าง app

ใช้การตั้งค่าเหล่านี้เมื่อสร้าง app ของคุณ:

  • เลือก scopes ที่เหมาะสมสำหรับ app ของคุณ ดูข้อมูลเพิ่มเติมที่ Learn about scopes
  • กรอก OAuth Redirect URL จาก n8n เป็น Redirect URI ในส่วน Development > Keys & OAuth ของ app
  • คัดลอก Client ID และ Client Secret จากส่วน Development > Keys & OAuth ของ app เพื่อกรอกใน n8n ดูข้อมูลเพิ่มเติมที่ Get the Client ID and Client Secret for your app

ดูข้อมูลเพิ่มเติมเกี่ยวกับกระบวนการทั้งหมดได้ที่ Set up OAuth 2.0 documentation ของ Intuit

Environment selection

หากคุณกำลังสร้าง app ใหม่ตั้งแต่ต้น ให้เริ่มต้นด้วย environment Sandbox Production apps จำเป็นต้องปฏิบัติตามข้อกำหนดทั้งหมดของ Intuit ดูข้อมูลเพิ่มเติมที่ Publish your app documentation ของ Intuit