v25

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-23142234.7 KB

Auth link (GoCardLess)

post/auth/gocardless/link

Request body

institutionIdstring required
redirectstring required
agreementstring nullable required
referencestring

Example request

{
  "institutionId": "REVOLUT_REVOGB21",
  "redirect": "http://www.yourwebpage.com",
  "agreement": "2dea1b84-97b0-4cb4-8805-302c227587c8",
  "reference": "1234567890"
}

Response

Retrieve Link

Example response

{
  "data": {
    "link": "https://ob.gocardless.com/psd2/start/3fa85f64-5717-4562-b3fc-2c963f66afa6/REVOLUT_REVOGB21"
  }
}