FictorPay
  • Introdução
  • Setup
    • Login
    • Webhooks
  • Estrutura
    • Conta
    • Saldo
  • Transacional
    • QR Code Estático
    • PIX out
  • Referências de API
    • Account
    • Auth
    • Partner
    • Pix
Powered by GitBook
On this page
  1. Referências de API

Account

Last updated 1 year ago

List account balance

get

List account balance

Header parameters
authorizationstringRequired

authorization

Responses
200
OK
application/json
get
GET /mobile-bff/v1/account/balance HTTP/1.1
Host: 
authorization: text
Accept: */*
200

OK

{
  "balance": "text"
}