Developer ZoneRecipesAPI ReferenceChangelog
Changelog
These docs are for v4.0.2. Click to read the latest docs for v4.3.0.

[4.3] 2nd April 2025

View Changelog Detail

Changing data type for Frontend Return URL and Backend Return URL in Payment Token Request

Previously, the Frontend Return URL and Backend Return URL fields used the varchar(255) data type, which limited the maximum length of these strings to 255 characters. With this update, we’ve upgraded the data type for these fields to ntext. You can now store URLs with significantly greater length, addressing use cases where complex URLs are required.