Discussion

Ask a Question

Difference between account and customer

Basically, I am creating a platform which is based on gaming on which customer can withdraw thier rewards. What will be the customer and what is the account in this platform ?

wow gold

Dear immortals, I need some inspiration to create <https://www.wowtot.com>

How to get categories for catalog brands?

Hi guys! In API response for "/raas/v2/catalogs" parameter "categories" always empty. API response for "/raas/v2/brandCategories" giving some identifiers, that we cant't connect with Brands, and these response do not give for as any human readable information. So, How we can get categories for brands? Can you help?
ANSWERED

Is there a set of testing credit card details or testing credentials available for use with testing accounts?

Is there a set of testing credit card details or testing credentials available for use with testing accounts? I'm encountering an issue when attempting to add card details in Postman, and I received the following error { "timestamp": "2023-10-31T10:07:04.881855518Z", "requestId": "fd43a695-7b99-4c35-a383-5b44fd56726d", "path": "/raas/v2/creditCards", "httpCode": 401, "httpPhrase": "Unauthorized", "errors": [ { "code": 402051, "i18nKey": "402.051", "message": "There was an error authorizing the card. Please check your card details and try again. If you need assistance, please write to [email protected]." } ] } The 'creditCard' details I attempted to use were: { "expiration": "2025-12", "number": "1111-1111-1111", "verificationNumber": "111" }
ANSWERED

Want to change/add cors origin

I want to add the cors origin so I could access the apis from my local host environment. How to do it as I don't find any option to do it.
ANSWERED

Delete PII information

When a customer deletes their account from our platform, we ensure compliance with country-specific laws by removing their personally identifiable information (PII) from our database. However, if we have previously shared this customer's information with your portal,We would prefer to erase their data from your system. Could you confirm if your APIs offer the capability to accommodate this? Typically, when placing orders on your website, we transmit customer details such as email, first name, and last name. Alternatively, we can get in touch via email, providing a list of customers whose data requires deletion.
ANSWERED

Get a list of exchange rates api can be quered?

Instead of getting all exchange rates i want to query exchange rate based on baseCurrency and rewardCurrency?. Is this possible?

View a list of orders that are marked as "Redeemed".

In the line item tab, there is a history tab were the status of the order can be seem (Sent to, processed, delivered, redeemed). I want to view a full list of orders that results for both orders that were Redeemed and orders that have yet to be Redeemed. Is there a way to view orders that have been sent, but not yet redeemed by the recipient?
ANSWERED

Getting "Account or Customer Not Found or Inactive" error

sdk.createOrder({ recipient: {firstName: 'Munneb Dev', email: '[email protected]'}, sendEmail: true, utid: 'U935268', accountIdentifier: 'ACC12', amount: 10, customerIdentifier: 'uuid7' }) error: { "timestamp": "2023-07-13T11:26:59.699305396Z", "requestId": "fcdcab6c-dd2a-4a7e-88f4-bd5ea2b26320", "path": "/raas/v2/orders", "httpCode": 422, "httpPhrase": "Unprocessable Entity", "errors": [ { "code": 422001, "i18nKey": "404.089", "message": "Account or Customer Not Found or Inactive" } ] }
ANSWERED

Is there any limit for creating customers

In my system, I am creating n number of customers, and I would like to maintain separate account for each customer. Each customer can have one account. Do we have any limit in creating customers?