Zapier Integration¶
SecPaid is available as a Zapier app, allowing you to connect payment events and actions to over 5,000 other applications without writing code.
Access the Beta integration: SecPaid on Zapier
What You Can Automate¶
- Create a payment link when a new lead is added in your CRM.
- Send a confirmation email after a customer completes a payment.
- Sync transaction data to your accounting software.
- Post a Slack notification when a payment is received.
- Add paying customers to your email marketing list.
Authentication¶
The Zapier integration uses OAuth2 with the Authorization Code flow:
- When setting up a Zap, you are redirected to SecPaid's authorization endpoint.
- Upon approval, SecPaid redirects back to Zapier with an authorization code.
- Zapier exchanges the code for an access token.
- The access token is used to authenticate all subsequent API requests on your behalf.
Zapier securely stores and automatically refreshes the token.
Note: the Zapier integration uses the V1 API with OAuth2 authentication — this is separate from the V2 API key used for direct integrations.
Available Actions¶
| Action | Description |
|---|---|
create_LinktoPay |
Creates a new payment link |
getpayin |
Retrieves a list of received payments |
Rate Limiting¶
Rate limits are enforced per Zapier connection. If you exceed them, the Zap will receive a 429 Too Many Requests response and Zapier will retry automatically according to its retry policy.
Getting Started¶
- Log in to Zapier or create an account.
- Go to My Apps → Add Connection.
- Search for SecPaid and connect your account.
- Build Zaps using SecPaid triggers and actions.
For Zapier-specific support, contact compute@spacepitch.org.