Skip to main content
Version: Node SDK

Get a Subscription Update Payment Link

Returns the update payment link for a specific subscription.

Code Sample

import { Salable } from '@salable/node-sdk';

const salable = new Salable('{{API_KEY}}', 'v2');

const subscription = await salable.subscriptions.getPortalLink('4264d425-697c-4b65-b189-0e747050bfff');

Parameters

subscriptionUuid (required)

Type: string

The UUID of the subscription

Return Type

For more information about this request see our API documentation on Subscription Payment Link Object