v1

latestOpenAPI 3.1.02026-07-2479154362.5 KB
customer

Add Withdrawal account for customer

post/customer/{id}/withdrawal_account

Path parameters

idstring uuid required

Customer id

Request body

account_format'iban' | 'clabe' | 'cci' | 'pix' | 'bre_b' | 'alias' | 'cbu' | 'cvu'

The type of customer's account

account_numberstring required

The customer account number

descriptionstring

Account description

selectedboolean

Account selected for withdrawal

branchstring
bicfistring

The bank BICFI code

Example request

{
  "account_format": "clabe",
  "account_number": "012180826854179156",
  "description": "Account #1",
  "branch": "0",
  "bicfi": "BBVAMXMMXXX"
}

Response

Withdrawal account Added

namestring required
document_typestring nullable
document_numberstring nullable
emailstring email nullable
idstring uuid required

Example response

{
  "id": "9c1dd10e-7c19-470d-9dd1-0e7c19670d64"
}