---
title: "Select Withdrawal account for customer"
method: POST
path: "/customer/{id}/withdrawal_account/{account_id}/select"
tags: ["customer"]
---

# Select Withdrawal account for customer

`POST /customer/{id}/withdrawal_account/{account_id}/select`

## Path parameters

- `id` string, uuid, required
- `account_id` string, uuid, required

## Response `200`

Withdrawal account Added

- WithdrawalAccountDetailsResponse
  - `id` string, uuid
  - `account_format` 'iban' | 'clabe' | 'cci' | 'pix' | 'bre_b' | 'alias' | 'cbu' | 'cvu' — The type of customer's account
  - `account_number` string, required — The customer account number
  - `description` string — Account description
  - `selected` boolean — Account selected for withdrawal
  - `branch` string
  - `bank` Bank
    - `code` string — The bank code number
    - `bicfi` string — The bank BICFI code
    - `name` string — The bank name
    - `country` string — ISO-3166-1 Alfa-2 country code

## Other responses

- `401` — Unauthorized access due to missing or invalid API key
- `403` — Permission denied for the requested action.
- `404` — The requested resource does not exist.
- `405` — The HTTP method used is not allowed for this endpoint.
- `406` — The Accept header cannot be satisfied.
- `415` — The request's content type is not supported.
- `429` — Too many requests, the request has been throttled.
- `500` — A generic internal API error occurred.

---

[API](https://skmtc.net/prometeoapi/apis/account-validation-v2.md) · [All operations](https://skmtc.net/prometeoapi/apis/account-validation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prometeoapi/account-validation-v2/revisions/9c278fe91cbd/schema)
