Documentation

salescenter.payment.getPublicUrl

salescenter.payment.getPublicUrl(id)

Method for generating link to a specific payment.

Selected method of payment will be passed to this specific payment.

Parameters

Method Description Available from version
id Payment identifier.

Example

BX24.callMethod(
	'salescenter.payment.getPublicUrl',
	{
		id: 343
	},
	function(result)
	{
		if(result.error())
		{
			console.error(result.error());
		}
		else
		{
			console.info(result.data());
		}
	}
);


© «Bitrix24», 2001-2024