Redemption

Create a credit redemption request for a member.

post

Forwards a redemption request to the Inveterate backend. Returns the success status of the request against the backend service. Like the other endpoints that make requests against our backend, the changes may not take effect immediately.

Path parameters
idstringRequired

The customer ID number.

Header parameters
X-Inveterate-Api-KeystringRequired

Your private Inveterate API key.

Responses
chevron-right
201

Returned upon successful request made to our backend. Requests that return this code may take a small amount of time after successful API return to fully update.

application/json
messagestringRequired

The message associated with the response. Generally, the message only confirms the requested action. In the case of errors, the message will give insight into the source of the error.

dataobjectRequired

The data associated with the response. Data is only returned from errors if the error originates from our backend to give further insight into the nature of the error.

post
/v2.0/storefront/members/{id}/credits/redemption

Was this helpful?