Skip to main content

ConnectionRequestResponse

Result of creating a partner app connection request

connectionIdstring<uuid>

Unique identifier of the created connection

tokenstring

Token to be exchanged in the Hubpay Business app

deepLinkstring

Deep link into the Hubpay Business app to complete the connection

expiresAtstring<date-time>

When the connection request token expires

Example: 2026-01-01T00:00:00Z
ConnectionRequestResponse
{
"connectionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"token": "string",
"deepLink": "string",
"expiresAt": "2026-01-01T00:00:00Z"
}