Stripe node#
ใช้ Stripe node เพื่อช่วยให้งานใน Stripe เป็นไปโดยอัตโนมัติและเชื่อมต่อกับแอปพลิเคชันอื่น ๆ ได้ง่ายดาย. n8n รองรับฟีเจอร์ของ Stripe หลากหลาย เช่น การเช็ค balance, สร้าง charge, และการลบลูกค้า.
Credentials
ดู Stripe credentials สำหรับคำแนะนำในการตั้งค่า authentication.
Operations#
- Balance
- Get a balance
- Charge
- Create a charge
- Get a charge
- Get all charges
- Update a charge
- Coupon
- Create a coupon
- Get all coupons
- Customer
- Create a customer
- Delete a customer
- Get a customer
- Get all customers
- Update a customer
- Customer Card
- Add a customer card
- Get a customer card
- Remove a customer card
- Source
- Create a source
- Delete a source
- Get a source
- Token
- Create a token
Templates and examples#
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.