Skip to main content
PUT
Update beneficiary bank account

Authorizations

api-key
string
header
required

API key provista por Payana.

Path Parameters

reference
string
required

Referencia del beneficiario (UUID).

bank_account_reference
string
required

Referencia de la cuenta bancaria (UUID).

Body

application/json

Bank account update payload (todos los campos son opcionales).

bank_reference
string

Referencia del banco (UUID).

account_number
string
account_type
enum<string>
Available options:
savings,
checking
account_recipient_name
string
account_recipient_document_number
string
account_recipient_document_type
string

Tipo de identificación (ej. NIT, CC, RFC).

Response

Bank account updated

reference
string
required
bank_reference
string
required

Referencia del banco (UUID).

bank_name
string | null
required
account_number
string
required
account_type
enum<string>
Available options:
savings,
checking
validation_status
enum<string>
Available options:
pending,
processing,
validated,
rejected,
validation_error
account_recipient_name
string | null
account_recipient_document_number
string | null
account_recipient_document_type
string | null

Tipo de identificación (ej. NIT, CC, RFC).

created_at
string<date-time> | null
updated_at
string<date-time> | null