v1

latestOpenAPI 3.1.02026-07-2479154362.5 KB
customer

Select Withdrawal account for customer

post/customer/{id}/withdrawal_account/{account_id}/select

Path parameters

idstring uuid required

Customer id

account_idstring uuid required

Withdrawal Account id

Response

Withdrawal account Added

idstring uuid
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

Example response

{
  "id": "9c1dd10e-7c19-470d-9dd1-0e7c19670d64",
  "account_format": "clabe",
  "account_number": "012180826854179156",
  "description": "Account",
  "branch": "0",
  "bank": {
    "code": "012",
    "bicfi": "BBVAMXMMXXX",
    "name": "BBVA",
    "country": "MX"
  }
}