# Account Details

Account Details are similar to Bank Details (known as RIB in French).

Account Details Mockup

Treezor provides Account Details in 2 formats:

  • As PDF using the /computed endpoint suffix
  • As JSON using the /raw endpoint suffix

# As PDF

To retrieve an Account Details as PDF you can use the following request

Returns an object containing an URL to download the PDF.

💡 This PDF will use the configured template for its rendering.

⌚️ The PDF must be downloaded within 5 minutes, after which it expires.

# As JSON

To retrieve an Account Details as JSON you can use the following request

Returns the Account Details in JSON.

# Endpoints

Endpoint Description Scope
/core‑connect/account‑details/{walletId}/computed Request a templated account details for a given Wallet read_only
/core‑connect/account‑details/{walletId}/raw Retrieve account details for a given Wallet read_only
Updated on: 4/24/2024, 12:38:33 PM