April Updates
Boarding API
The Run Developer Boarding API is now available in the Run Developer center! For additional information regarding the Boarding API and to request credentials, please reach out to your Integration Delivery Lead or send a note to integrations@runpayments.io.
Guides added
The following guides have been added to the Run Developer site:
- Boarding API Overview: Start here to learn abou the basics of the Boarding API.
Endpoints added
The following endpoints have been added to the Run Payments API Reference:
-
Boarding API
POST /boarding/v1/merchants
: Create a merchant in Run Partner.GET /boarding/v1/merchant:id
: Retrieve a single merchant’s details.
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