Discussion

Ask a Question

Pulling Margin Percentage via API

Is there a way to pull the margin percentage we receive, so that product margins are updated in realtime and we do not have to monitor when they change. Right now, we only receive margin changes on a monthly basis, so for accounting purposes we audit when they change and adjust manually. It would be great to get these automatically pulled in!

Pulling Margin Percentage via API

Is there a way to pull the margin percentage we receive, so that product margins are updated in realtime and we do not have to monitor when they change. Right now, we only receive margin changes on a monthly basis, so for accounting purposes we audit when they change and adjust manually. It would be great to get these automatically pulled in!

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

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

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.