---
title: "Request Named Card"
method: POST
path: "/RequestCard"
tags: ["Card Issue"]
---

# Request Named Card

`POST /RequestCard`

## Request body

- RequestCard
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `UsageType` 'Balance = 0' | 'Overbalance = 1', enum, required — Card Usage Type
  - `ConsumeType` 'WithLimit = 0' | 'NoLimit = 1', enum, required — Type of Card Consume
  - `IdentifierProduct` string, required — Product card identifier
  - `EmbossingName` string — Name to be printed on card
  - `EmbossingNameType` 'CardHolder = 0' | 'CardOwner = 1', enum — Embossing Name Type
  - `CardOwner` CardOwner, required — Costumer (Card Owner)
    - `OwnerTaxNumber` string, required — Legal Identification From Company
    - `Bank` Bank
      - `bank` string, required — > Bancos >> Clique no link a seguir para visualizar os bancos <a href="https://developers.easycredito.com.br/enum/bank.json" target="_blank">https://developers.easycredito.com.br/enum/bank.json</a>
      - `type` 'CONTA_CORRENTE_INDIVIDUAL' | 'CONTA_CORRENTE_CONJUNTA' | 'CONTA_POUPANCA_CONJUNTA' | 'CONTA_POUPANCA_INDIVIDUAL', required — Tipo de conta bancária
      - `agency` string, required — Número da agência
      - `account` string, required — Número da conta
      - `pixKey` string — Chave Pix da conta
    - `BankBranch` string — Beneficiary's Bank Branch
    - `BankAccount` string — Beneficiary's Account Number (without digit)
    - `BankAccountDigit` string — Beneficiary's Account Digit
    - `FullName` string, required — Full name
    - `Phone` string — Phone From Company
    - `Mail` string — Mail
  - `CardHolder` CardHolder, required — Card holder
    - `HolderTaxNumber` string, required — CPF/CNPJ
    - `FullName` string, required — Full name
    - `MotherName` string, required — Mother name
    - `BirthDate` string, required — Birth date ( padrão internacional )
    - `Gender` 'FEMININO' | 'MASCULINO', required — Gênero
    - `Nationality` 'BRASILEIRO' | 'ESTRANGEIRO', required — Nacionalidade
    - `MaritalStatus` 'NotMarried = 0' | 'Married = 1' | 'Divorced = 2' | 'Separate = 3' | 'Widower = 4' | 'Single = 5' | 'Other = 6', enum, required — Maritial status.
  - `CardHolderContact` CardHolderContact, required — Card holder contact
    - `Phone` string, required — Phone From Company
    - `Mail` string, required — Mail
  - `BillingAddress` BillingAddress — Billing address
    - `Line` string — Line
    - `Number` string — Number
    - `Complement` string — Complement
    - `Reference` string — Reference
    - `Neighborhood` string — Neighborhood
    - `ZipCode` string — ZipCode
    - `City` string — City
    - `State` string — State
    - `Country` string — Country
  - `CardDeliveryAddress` CardDeliveryAddress, required — Delivery address
    - `Line` string, required — Line
    - `Number` string, required — Number
    - `Complement` string, required — Complement
    - `Reference` string — Reference
    - `Neighborhood` string, required — Neighborhood
    - `ZipCode` string, required — ZipCode
    - `City` string, required — City
    - `State` string, required — State
    - `Country` string, required — Country

## Response `200`

Successfully

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/revisions/f94d262a8f58/schema)
