include query parameter to embed related data — deposits, payouts, virtual accounts, virtual cards, and/or crypto wallets — in the same response.
Path parameters
The UUID of the customer to retrieve.
Query parameters
Comma-separated list of relations to embed in the response.
Multiple values can be combined:
| Value | Embeds |
|---|---|
deposits | customer_deposit array |
payouts | customer_payouts array |
virtualaccounts | customer_virtualaccounts array |
virtual_cards | customer_virtual_cards array |
crypto_wallets | customer_crypto_wallets array |
all | All of the above |
?include=deposits,payoutsThe
include parameter is additive — keys for un-requested relations are omitted from the response entirely. This keeps response payloads lean when you only need specific data.
