ANSWERED

Limites do consumer

Onde posso consultar os limites do consumidor? 1) o limite de transferencia de uma conta 2) o limite para TED 3) o limite entre contas Parati Eu suspeito que seja esse endpoint, mas não tenho certeza "https://testnet.btcore.app/consumers/:id/limits" Se for qual desses representa cada um dos ítens? E quando está zero (0), seria infinito ou nenhum? [ { "value": 3, "type": "num_cards_active" }, { "value": 0, "type": "transaction_sum_current_month" }, { "value": 0, "type": "transaction_sum_current_week" }, { "value": 0, "type": "transaction_sum_current_day" }, { "value": 0, "type": "received_current_month" }, { "value": 0, "type": "received_current_week" }, { "value": 0, "type": "received_current_day" }, { "value": 10, "type": "mobile_credit_sum_current_day" } ]
ANSWERED

Detalhamento dos serviços de billing

Estamos desenvolvendo o processo de criação do plano e definição do mesmo. Mas encontramos algumas dúvidas para ter certeza do que entendemos. 1) O serviço "Setup" é o que exatamente? Para que serve? 2) Qual a diferença entre o serviço "Saque" e "Transferência"? 3) O que seria o serviço de "Recarga de telefone móvel"? Ao definir um valor ele seria cobrado do cliente final como uma taxa adicional? 4) Para que serve adicionar no plano o serviço de "Compra no cartão"? 5) Por que eu adicionaria os seguintes serviços no meu plano? - Análise manual de documentos - Processamento de imagem de documentos - Reconhecimento facial
ANSWERED

Assets

guys, good afternoon! I'm testing the API with the postman and a small problem has arisen. In Oauth 2.0 you need the client Id and the client secret, until then normal. But in the next step, in Assets, when I try to get the list of available assets, an error occurs. The error returned is related to credentials, but no client id or client secret is requested. Can you help me?