Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai-tools/cursor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Example of accordion groups:

Example of cards and card groups:

<Card title="Getting started guide" href="/quickstart">
<Card title="Getting started guide" href="/pt-br/guides/get-started">
Complete walkthrough from installation to your first API call in under 10 minutes.
</Card>

Expand Down
79 changes: 64 additions & 15 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@
"tab": "API Reference",
"groups": [
{
"group": "Guide",
"group": "Guía",
"pages": [
"es/guides/get-started",
"es/guides/authentication",
"es/guides/signup",
"es/guides/balance",
"es/guides/spei-cash-in",
"es/guides/spei-cash-out",
"es/guides/transactions-list",
"es/guides/sandbox-testing",
"es/guides/postman-collections"
]
Expand All @@ -60,7 +65,7 @@
]
},
{
"group": "Webhooks",
"group": "Eventos de Webhook",
"pages": [
"es/guides/webhooks/overview",
"es/guides/webhooks/setup",
Expand All @@ -72,13 +77,27 @@
]
},
{
"group": "Endpoints",
"group": "Registro",
"pages": [
"es/endpoints/signup"
]
},
{
"group": "Autenticación",
"pages": [
"es/endpoints/generate-token"
]
},
{
"group": "SPEI",
"pages": [
"es/endpoints/signup",
"es/endpoints/generate-token",
"es/endpoints/spei-cash-in",
"es/endpoints/spei-cash-out",
"es/endpoints/spei-transaction",
"es/endpoints/spei-cash-out"
]
},
{
"group": "Webhooks Config",
"pages": [
"es/endpoints/webhooks-config-list",
"es/endpoints/webhooks-config-setup",
"es/endpoints/webhooks-config-delete"
Expand All @@ -99,6 +118,12 @@
"pages": [
"en/guides/get-started",
"en/guides/authentication",
"en/guides/signup",
"en/guides/balance",
"en/guides/spei-cash-in",
"en/guides/spei-cash-out",
"en/guides/transactions-list",
"en/guides/sandbox-testing",
"en/guides/postman-collections"
]
},
Expand All @@ -114,7 +139,7 @@
]
},
{
"group": "Webhooks",
"group": "Webhook Events",
"pages": [
"en/guides/webhooks/overview",
"en/guides/webhooks/setup",
Expand All @@ -126,13 +151,27 @@
]
},
{
"group": "Endpoints",
"group": "Signup",
"pages": [
"en/endpoints/signup"
]
},
{
"group": "Authentication",
"pages": [
"en/endpoints/generate-token"
]
},
{
"group": "SPEI",
"pages": [
"en/endpoints/signup",
"en/endpoints/generate-token",
"en/endpoints/spei-cash-in",
"en/endpoints/spei-cash-out",
"en/endpoints/spei-transaction",
"en/endpoints/spei-cash-out"
]
},
{
"group": "Webhooks Config",
"pages": [
"en/endpoints/webhooks-config-list",
"en/endpoints/webhooks-config-setup",
"en/endpoints/webhooks-config-delete"
Expand All @@ -154,6 +193,11 @@
"pages": [
"pt-br/guides/get-started",
"pt-br/guides/authentication",
"pt-br/guides/signup",
"pt-br/guides/balance",
"pt-br/guides/spei-cash-in",
"pt-br/guides/spei-cash-out",
"pt-br/guides/transactions-list",
"pt-br/guides/sandbox-testing",
"pt-br/guides/postman-collections"
]
Expand Down Expand Up @@ -181,6 +225,12 @@
"pt-br/guides/webhooks/refund-out"
]
},
{
"group": "Cadastro",
"pages": [
"pt-br/endpoints/signup"
]
},
{
"group": "Autenticação",
"pages": [
Expand All @@ -191,8 +241,7 @@
"group": "SPEI",
"pages": [
"pt-br/endpoints/spei-cash-in",
"pt-br/endpoints/spei-cash-out",
"pt-br/endpoints/spei-transaction"
"pt-br/endpoints/spei-cash-out"
]
},
{
Expand Down
3 changes: 0 additions & 3 deletions en/endpoints/spei-transaction.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion en/guides/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function getToken(): Promise<string> {
## Next Steps

<CardGroup cols={2}>
<Card title="Quickstart" href="/en/guides/quickstart">
<Card title="Get Started" href="/en/guides/get-started">
Full flow (signup → token → transaction)
</Card>
<Card title="Balance Query" href="/en/guides/balance">
Expand Down
76 changes: 0 additions & 76 deletions en/guides/quickstart.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ISO 8601 UTC: `2026-05-12T14:31:05.000Z`.
## First steps

<CardGroup cols={2}>
<Card title="Quickstart" href="/en/guides/quickstart">
<Card title="Get Started" href="/en/guides/get-started">
Signup, token and first transaction
</Card>
<Card title="SPEI" href="/en/guides/spei-cash-in">
Expand Down
3 changes: 0 additions & 3 deletions es/endpoints/spei-transaction.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion es/guides/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function getToken(): Promise<string> {
## Próximos Pasos

<CardGroup cols={2}>
<Card title="Quickstart" href="/es/guides/quickstart">
<Card title="Primeros pasos" href="/es/guides/get-started">
Flujo completo (signup → token → transacción)
</Card>
<Card title="Consulta de Saldo" href="/es/guides/balance">
Expand Down
76 changes: 0 additions & 76 deletions es/guides/quickstart.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion es/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ISO 8601 UTC: `2026-05-12T14:31:05.000Z`.
## Primeros pasos

<CardGroup cols={2}>
<Card title="Quickstart" href="/es/guides/quickstart">
<Card title="Primeros pasos" href="/es/guides/get-started">
Signup, token y primera transacción
</Card>
<Card title="SPEI" href="/es/guides/spei-cash-in">
Expand Down
5 changes: 5 additions & 0 deletions pt-br/endpoints/signup.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 'Signup'
description: 'Criação de conta NTX Pay México (sandbox ou produção)'
openapi: post /api/signup
---
3 changes: 0 additions & 3 deletions pt-br/endpoints/spei-transaction.mdx

This file was deleted.

Loading
Loading