Uncover the power of Dwolla HAL-Forms for intuitive API interactions. Grasp JSON-HAL and how Dwolla expands it for dynamic forms. Effortlessly transition between resource states and gain valuable insights for a streamlined integration.
Accept
header of the request in conjunction with the Dwolla HAL style media type. By including these two media-type identifiers in the Accept header, the API knows that you’re looking for a form for the given resource.
Accept
Header Value for Dwolla HAL-formsAccept: application/vnd.dwolla.v1.hal+json; profile="https://github.com/dwolla/hal-forms"
"edit-form"
link relation, your application can follow this link by making a GET request, including the Dwolla HAL-Forms Accept
header. The response will provide a simple JSON body containing essential information such as the HTTP method, message content-type, and request parameters for communication with the Dwolla API.
Note: At present, Dwolla HAL-Forms are available for creating and editing customers. However, we are looking forward to expanding the availability to other endpoints in the future, unlocking even more possibilities for developers.
Reference the spec to gain a more comprehensive understanding of the properties that can be returned in the Dwolla HAL-Forms response.