Get deposit account information

Retrieves the bank account information where the merchant should make wire transfers to deposit funds. For Argentina and Mexico, returns virtual account details. For Chile and Peru, returns fixed bank account details.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

organizationIdstringRequired
Organization identifier
merchantIdstringRequired
Merchant identifier

Headers

x-admin-api-keystringRequired

Response

Deposit account information retrieved successfully
accountTypeenum

Type of account (virtual or fixed)

Allowed values:
countrystring

Two-letter country code

countryNamestring
Country name
currencystring
Currency code
currencyNamestring
Currency name
accountDetailsmap from strings to any

Account-specific details (structure varies by accountType)

Errors