NeroPay Docs
API & Intergrations

NeroPay for Zapier

NeroPay’s Zapier integration allows users to automate secure online payments between NeroPay and more than 5,000 applications — without writing a single line of code. Merchants can trigger workflows when a payment is received or create payment links directly from tools such as Google Sheets or CRM platforms.

Authentication
  1. Log in to your NeroPay Dashboard .
  2. Copy your Public API Key from the API Key section.
  3. Paste it into the connection window in Zapier.
  4. Choose Sandbox or Live mode as needed.
Action: Create Payment Request

Create a new payment request and retrieve a checkout URL instantly.

FieldTypeRequiredDescription
public_key string   Your NeroPay Public API key
identifier string   Unique ID for the payment
currency string   Currency code (GBP, EUR, IDR)
amount decimal   Payment amount
details string   Description or order details
ipn_url string   Instant payment notification URL
success_url string   Redirect after successful payment
cancel_url string   Redirect after cancelled payment
customer_name string   Customer name
customer_email string   Customer email
customer_phone string Optional Customer phone number
customer_address string Optional Billing address
customer_shipping_method string Optional Shipping method
Example Response
{ "success": "ok", "message": "Payment Initiated. Redirect to url.", "url": "https://eu.neropay.app/checkout?payment_id=EJX123" }
Example Use Cases
  1. Generate a payment link when a form is submitted.
  2. Log each NeroPay transaction in a Google Sheet.
  3. Send Slack or email notifications for successful payments.
  4. Auto-create invoices in your CRM.
Support

Email: support@neropay.app

Docs: https://docs.neropay.app/docs/rest-api21/

 

Internal Staff Announcement

Subject: NeroPay Zapier Integration Now Live!

The NeroPay Zapier Integration is complete and ready for private beta testing. This integration allows merchants to automate payments, notifications, and data syncs between NeroPay and over 5,000 applications.

  1. Create NeroPay payment links automatically
  2. Trigger workflows when payments are received
  3. Integrate with CRMs, Sheets, Slack, and more
  4. Sandbox and live modes supported

Zapier Developer: App Dashboard - https://zapier.com/apps/neropay/integrations