Create payment link
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
How Bolt should calculate the fees
inclusive to includes the fees in the final price the user will pay
exclusive to add the fees on top of the final price the user will pay
Available options:
inclusive, exclusive Whether or not the payment should cover the Roblox platform fees
Body
application/json
Amount of the payment
Required range:
x >= 0.05The final amount is always calculated in USD
Available options:
usd, robux The URL to redirect to when the payment is successful
A note that will be shown to the customer and in your dashboard
An object that you can use to provide custom data
Last modified on May 6, 2026
cURL
