v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Dispute Management Endpoints

dispute-management/generate-embed-url

This endpoint generates a unique URL to embed into your application using an iFrame.

post/dispute-management/generate-embed-url

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Linkstring

The URL to embed into your application using an iFrame.

IframeKeystring

A unique key for the iFrame.

Example response

{
  "Link": "https://dispute-management.vopay.com/?Token=3s77vg2nwta8c3qc2rwpmmk8w03elfa7rmrsug3l",
  "IframeKey": "3s77vg2nwta8c3qc2rwpmmk8w03elfa7rmrsug3l"
}