Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JavaScript SDK
// Purchase a fixed points product Smile.pointsProducts.purchase(132456921).then( (pointsPurchase) => { // Handle the points purchase object } ); // Purchase a variable points product Smile.pointsProducts.purchase( 132456921, { pointsToSpend: 500 } ).then((pointsPurchase) => { // Handle the points purchase object });
Smile.pointsProducts.purchase(id, options?)
Show properties
exchangeType
Promise