Skip to main content
Creates a static payment link for a sub-merchant. The link resolves the sub-merchant’s slug automatically and routes checkout through their account.
correlation_id is required for this endpoint, but it does not go in the top-level envelope — pass it inside payload instead.
The sub-merchant must have completed KYB and have a portal account. link_path must be unique per sub-merchant and is permanent once created.

Payload fields

Response 201 Created

The link is constructed from the sub-merchant’s alias (set via Set Alias). If no alias has been set, an auto-generated slug is used. 400 — missing required fields; link_path format invalid; or link_path already exists for this sub-merchant. 404correlation_id not found or does not belong to this master merchant. 422 — sub-merchant has no portal account yet (KYB not completed).