Redeem giftcards!

📘

chiRef is required

chiRef is a reference to a previously initiated transaction on ChiConnect. redeemOptions contains options required to carry out the giftcard redeem operation. Check out the Knowing The API section of the documentation for more information.

Redeem already paid for Chimoney programmatically to Gift Card instead of from dash.chimoney.io/redeem.

chiRef is required.

redeemData is required if chimoney.redeemData was not set when the Chimoney was being initiated.

{
    "chiRef": "0khfkmfmkfk",
    "redeemData": {
        "countryCode":"US",
        "productId":"1"
    }
}
Language
Authentication
Header
Click Try It! to start a request and see the response here!