Welcome to Run Developer!
New Run Developer Launch
Welcome to Run Developer! This site provides integration guides and API reference docs for the most recent releases of all our products. As new features are launched, additional release notes will be shared here.
Guides added
The following guides have been added to the Run Developer site:
- Get Started: Everything you need to run your first payment.
- ACH Payments: Process ACH payments using the Payments API.
- Merchant Surcharge Program: Implement a compliant surcharge program with the Payments API.
Endpoints added
The following endpoints have been added to the Run Payments API Reference:
-
Authentication
POST /api_keys/refresh
: Refresh your API key for the Payments API.
-
Payments
POST /charge
: Charge a payment account.POST /capture
: Capture an authorized payment.POST /void-or-refund
: Refund-or-void an authorization or transaction.GET /surcharge
: Check if a transaction will incur a surcharge fee.
-
Reporting