API Reference

Integrating Unispend

How To buy a UniSpend Product

To programmatically buy a Unispend Product with the Chimoney API ;

{ "chimoneys": [ { valueInUSD: 100, type: "ryProducts", email: "user@mail.com", redeemData: { marketplace: "AMAZON", productId: "B08F5MXVYL", productName: "Amazon Fire HD 10 Kids Pro tablet, 10.1", }, } ], }
  • Then set enabledToRedeem array to ryProducts details including productId and name. This will allow you to buy a Unispend product.

  • Then call the redeemAny endpoint to complete the process.