Gank Logo
Essentials

Payment widget

HTML UI elements to integrate Gank functionality on your website

This can be configured via Creator Settings on Ganknow dashboard, via the Widgets menu

Widget for user memberships. Can be configured via Payment Widget menu inside Widgets.

Sample API return
{
    "data": [
        {
            "supporter_user_id": "4758a84f-",
            "supporter_nickname": "notr",
            "supporter_avatar": null,
            "membership_setting_id": "f19b6b19-",
            "subscription_start": "2025-10-26T22:37:33Z",
            "subscription_end": "2025-11-27T16:00:00Z",
        }
    ],
    "total": 1
}