Consultar Todas as Taxas


GET https://sandbox-api.openbank.stone.com.br/api/v1/accounts/account_id/fees

PATH PARAMS



account_id string
Identificador da conta.


Response

201 OK
content-type: application/json

Body

{
  "cursor": {
    "after": null,
    "before": null,
    "limit": 25
  },
  "data": [
    {
      "amount": 0,
      "fee_type": "barcode_payment"
    },
    {
      "amount": 0,
      "fee_type": "external_transfer",
      "original_fee": 200,
      "billing_exemption_participant": true,
      "max_free_transfers": 20,
      "remaining_free_transfers": 3
    },
    {
      "amount": 0,
      "fee_type": "internal_transfer"
    },
    {
      "amount": 100,
      "fee_type": "boleto_issuance"
    },
    {
      "amount": 0,
      "fee_type": "outbound_stone_prepaid_card_payment"
    },
    {
      "amount": 650,
      "fee_type": "outbound_stone_prepaid_card_withdrawal"
    },
    {
      "amount": 200,
      "fee_type": "barcode_payment_invoice",
      "original_fee": 200,
      "billing_exemption_participant": true,
      "max_free": 20,
      "remaining_free": 3
    }
  ]
}

Última modificação: 02.12.2019