The Paylinks section provides detailed instructions on how to create and modify payment links using the BoomFi API. Paylinks allow you to generate customized links for different products and pricing scenarios. This section covers endpoints that enable you to create standard payment links, generate variants with custom pricing, and list all existing pay links associated with an organization.
Endpoints
List Paylinks GET
Retrieve a list of all pay links created under your organization. This provides an overview of each pay link, including details such as the associated plan, amount, and currency.
EndpointCreate Payment Link POST
Create a new payment link for a specific product or service. You can configure the link with various parameters, such as the amount, currency, and product description, making it easy to facilitate payments for a wide range of offerings.
EndpointCreate Variant Pay Link URL POST
Generate a variant of an existing pay link with customized parameters, such as a different amount, currency, or customer-specific details. This is useful for offering discounts, special pricing, or redirecting users to a specific page after payment.
Endpoint