Payment Success - LinkTrust Tracking Test

✅ Payment Successful!

Thank you for your purchase. Your transaction has been completed successfully.

Transaction Details

Transaction ID {{ $transactionId }}
Amount ${{ number_format($amount, 2) }}
User ID {{ $userId }}
ClickID {{ $clickId ?: 'Not set' }}

LinkTrust Tracking Information

Tracking Request

The following request was sent to the LinkTrust tracking endpoint:

GET {{ $trackingUrl }}

Check your Laravel logs for the response details.

@if($clickId)

✅ ClickID was successfully included in the tracking request.

The affiliate should be credited for this conversion.

@else

⚠️ No ClickID was included in the tracking request.

This conversion will not be attributed to any affiliate.

To test with a ClickID, start from this link.

@endif

Next Steps

You can: