diff --git a/components/grid-visualizer/src/data/account-types.ts b/components/grid-visualizer/src/data/account-types.ts index 74586434..13819231 100644 --- a/components/grid-visualizer/src/data/account-types.ts +++ b/components/grid-visualizer/src/data/account-types.ts @@ -298,10 +298,8 @@ export const accountTypeSpecs: Record = { COP_ACCOUNT: { accountType: 'COP_ACCOUNT', fields: [ - { name: 'accountNumber', example: '1234567890' }, - { name: 'bankAccountType', example: 'SAVINGS', description: 'CHECKING or SAVINGS' }, - { name: 'bankName', example: 'Bancolombia' }, - { name: 'phoneNumber', example: '+573001234567' }, + { name: 'accountNumber', example: '1234567890', description: 'For bank transfer' }, + { name: 'phoneNumber', example: '+573001234567', description: 'For mobile money' }, ], beneficiaryRequired: true, }, diff --git a/mintlify/snippets/global-accounts/authentication.mdx b/mintlify/snippets/global-accounts/authentication.mdx index 8d193043..8fe827fd 100644 --- a/mintlify/snippets/global-accounts/authentication.mdx +++ b/mintlify/snippets/global-accounts/authentication.mdx @@ -520,6 +520,7 @@ curl -X GET "$GRID_BASE_URL/auth/credentials?accountId=EmbeddedWallet:019542f5-b "id": "AuthMethod:019542f5-b3e7-1d02-0000-000000000001", "accountId": "EmbeddedWallet:019542f5-b3e7-1d02-0000-000000000002", "type": "PASSKEY", + "credentialId": "KEbWNCc7NgaYnUyrNeFGX9_3Y-8oJ3KwzjnaiD1d1LVTxR7v3CaKfCz2Vy_g_MHSh7yJ8yL0Pxg6jo_o0hYiew", "nickname": "iPhone Face-ID", "createdAt": "2026-04-08T15:30:01Z", "updatedAt": "2026-04-08T15:30:01Z"