Discussion

Ask a Question
ANSWERED

Reward API Percentage

Is there a way to programmatically return the percent reward that is applicable to each merchant via the catalog endpoint? We would love to sync our data-source to tango, so our local catalog is up-to-date
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

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

Do we have a TangoCard.Raass library that supports .Net6.0 instaed ?

I am trying to access TangoCard.Raass library in .Net6 project but running into compatible issues as current TangoCard.Raass(1.3.0) does not support beyond .Net 4.8. Is there anyway I can access this library in .net6 project?
ANSWERED

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 ?
ANSWERED

Adding Credit Card

We collect the credit card details of our customers via Stripe Elements in our web dashboard. What is the best way to then use this credit card and connect it to TANGO for that account? If we collect the credit card info in our frontend, send it to our backend and from there send it to TANGO and only store the token, do we need to handle any compliance?
ANSWERED

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

Api for creating a physical order is failing with unprocessed entity error

{ "recipient": { "address": { "streetLine1": "string", "city": "Hyde", "stateOrProvince": "yeyhs", "postalCode": "323", "country": "IN" }, "firstName": "test", "lastName": "user", "email": "[[email protected]](mailto:[email protected])" }, "sendEmail": false, "customerIdentifier": "1d0dp4qfvum05lognfz9fw", "accountIdentifier": "tangotestaccount", "utid": "U461451", "amount": 1 } '

How long does it take to get the funds using ACH or wire Transfer

How long does it take to get the funds using ACH or wire Transfer?, lets say I use Mercury Bank, also why there is no way to use Mercury virtual debit card to purchase the gift card and onyl credit card are available?

COnnection to API using Python - Not all data shows up

Only first 25 records for orders in a day is shown and the other orders are truncated. How can I get all records?