Skip to main content

Retrieve bank account information

Retrieve account identification information. Returns personal information if the account is personal such as email, mobile number, address, citizen identification | identity card | passport,... The business account will return business information such as tax code or Certificate of Business registration and company name.

Responses

Success


Schema
  • requestId string required
  • accounts AccountData[]
  • Array [
  • accountNumber string required

    Bank account number

  • accountName string required

    Bank account name

  • currency string required

    Currency

  • balance number required

    Balance

  • ]
  • owner object
  • name string

    Name

  • email string

    Email address

  • phone string

    Mobile number

  • sex string

    Sex

  • birthday string

    Birthday

  • legalId string

    Personal identifiers can be citizen identification | identity card | passport

  • address string

    Account registration address

  • company object
  • legalId string

    Tax code or Certificate of Business registration

  • name string

    Account owner

Loading...