Skip to main content
POST
/
organisations
/
{id}
/
payment-account
/
session
Create payment account onboarding session
const options = {method: 'POST'};

fetch('https://api.dolfinai.co/organisations/{id}/payment-account/session', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "clientSecret": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dolfinai.co/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

Response

OK

clientSecret
string
required
expiresAt
string<date-time>