Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 625 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 625 Bytes

dwolla-openapi

An OpenAPI specification for the Dwolla API. https://developers.dwolla.com

Mock Server With Prism

Dwolla uses this OpenAPI spec to spin up a local mock server and test request and responses. Dwolla uses Prism from Stoplight to spin up the mock server.

Follow these steps to spin up your own Dwolla mock server with Prism:

  • Install Prism on your local machine
  • Clone this repository and cd into it from a terminal session
  • Run prism mock specs/spec.yml in terminal