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 en/guides/webhooks/cash-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The `cash_in` webhook type receives the lifecycle events of a charge created via
```json
{
"event": "transaction.cash_in.settled",
"transactionId": "8e2c5b6f-3a12-4b9c-9a18-77a2b3c4d5e6",
"transactionId": "12345",
"amount": 50000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand Down
2 changes: 1 addition & 1 deletion en/guides/webhooks/cash-out.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The `cash_out` webhook type receives the lifecycle events of a transfer created
```json
{
"event": "transaction.cash_out.settled",
"transactionId": "1a3f9e8d-2c47-4b9c-aa18-77a2b3c4d5e6",
"transactionId": "56789",
"amount": 50000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand Down
2 changes: 1 addition & 1 deletion en/guides/webhooks/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Every webhook delivers the same payload format:
```json
{
"event": "transaction.cash_in.settled",
"transactionId": "8e2c5b6f-3a12-4b9c-9a18-77a2b3c4d5e6",
"transactionId": "12345",
"amount": 50000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand Down
2 changes: 1 addition & 1 deletion en/guides/webhooks/refund-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Common scenarios:
```json
{
"event": "transaction.cash_in.returned",
"transactionId": "8e2c5b6f-3a12-4b9c-9a18-77a2b3c4d5e6",
"transactionId": "12345",
"amount": 50000,
"currency": "MXN",
"status": "RETURNED",
Expand Down
2 changes: 1 addition & 1 deletion en/guides/webhooks/refund-out.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Common scenarios:
```json
{
"event": "transaction.cash_out.returned",
"transactionId": "1a3f9e8d-2c47-4b9c-aa18-77a2b3c4d5e6",
"transactionId": "56789",
"amount": 50000,
"currency": "MXN",
"status": "RETURNED",
Expand Down
4 changes: 2 additions & 2 deletions en/sandbox/scenarios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Fail in the HTTP response itself — no webhook is sent.
```json
{
"event": "transaction.cash_out.settled",
"transactionId": "1a3f9e8d-2c47-4b9c-aa18-77a2b3c4d5e6",
"transactionId": "56789",
"amount": 15000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand All @@ -84,7 +84,7 @@ Fail in the HTTP response itself — no webhook is sent.
```json
{
"event": "transaction.cash_out.rejected",
"transactionId": "2b4c8d9e-3f56-4a1b-bc29-88a3b4c5d6f7",
"transactionId": "56790",
"amount": 15000,
"currency": "MXN",
"status": "REJECTED",
Expand Down
2 changes: 1 addition & 1 deletion es/guides/webhooks/cash-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ El webhook del tipo `cash_in` recibe los eventos del ciclo de vida de un cobro c
```json
{
"event": "transaction.cash_in.settled",
"transactionId": "8e2c5b6f-3a12-4b9c-9a18-77a2b3c4d5e6",
"transactionId": "12345",
"amount": 50000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand Down
2 changes: 1 addition & 1 deletion es/guides/webhooks/cash-out.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ El webhook del tipo `cash_out` recibe los eventos del ciclo de vida de una trans
```json
{
"event": "transaction.cash_out.settled",
"transactionId": "1a3f9e8d-2c47-4b9c-aa18-77a2b3c4d5e6",
"transactionId": "56789",
"amount": 50000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand Down
2 changes: 1 addition & 1 deletion es/guides/webhooks/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Todo webhook entrega el mismo formato de payload:
```json
{
"event": "transaction.cash_in.settled",
"transactionId": "8e2c5b6f-3a12-4b9c-9a18-77a2b3c4d5e6",
"transactionId": "12345",
"amount": 50000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand Down
2 changes: 1 addition & 1 deletion es/guides/webhooks/refund-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Escenarios comunes:
```json
{
"event": "transaction.cash_in.returned",
"transactionId": "8e2c5b6f-3a12-4b9c-9a18-77a2b3c4d5e6",
"transactionId": "12345",
"amount": 50000,
"currency": "MXN",
"status": "RETURNED",
Expand Down
2 changes: 1 addition & 1 deletion es/guides/webhooks/refund-out.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Escenarios comunes:
```json
{
"event": "transaction.cash_out.returned",
"transactionId": "1a3f9e8d-2c47-4b9c-aa18-77a2b3c4d5e6",
"transactionId": "56789",
"amount": 50000,
"currency": "MXN",
"status": "RETURNED",
Expand Down
4 changes: 2 additions & 2 deletions es/sandbox/scenarios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Escenario `success` en un cash-out — el webhook `cash_out` recibe:
```json
{
"event": "transaction.cash_out.settled",
"transactionId": "1a3f9e8d-2c47-4b9c-aa18-77a2b3c4d5e6",
"transactionId": "56789",
"amount": 15000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand All @@ -84,7 +84,7 @@ Escenario `insufficient_funds` — el webhook `cash_out` recibe:
```json
{
"event": "transaction.cash_out.rejected",
"transactionId": "2b4c8d9e-3f56-4a1b-bc29-88a3b4c5d6f7",
"transactionId": "56790",
"amount": 15000,
"currency": "MXN",
"status": "REJECTED",
Expand Down
2 changes: 1 addition & 1 deletion pt-br/guides/webhooks/cash-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ O webhook do tipo `cash_in` recebe os eventos do ciclo de vida de uma cobrança
```json
{
"event": "transaction.cash_in.settled",
"transactionId": "8e2c5b6f-3a12-4b9c-9a18-77a2b3c4d5e6",
"transactionId": "12345",
"amount": 50000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand Down
2 changes: 1 addition & 1 deletion pt-br/guides/webhooks/cash-out.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ O webhook do tipo `cash_out` recebe os eventos do ciclo de vida de uma transfer
```json
{
"event": "transaction.cash_out.settled",
"transactionId": "1a3f9e8d-2c47-4b9c-aa18-77a2b3c4d5e6",
"transactionId": "56789",
"amount": 50000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand Down
2 changes: 1 addition & 1 deletion pt-br/guides/webhooks/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Todo webhook entrega o mesmo formato de payload:
```json
{
"event": "transaction.cash_in.settled",
"transactionId": "8e2c5b6f-3a12-4b9c-9a18-77a2b3c4d5e6",
"transactionId": "12345",
"amount": 50000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand Down
2 changes: 1 addition & 1 deletion pt-br/guides/webhooks/refund-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Cenários comuns:
```json
{
"event": "transaction.cash_in.returned",
"transactionId": "8e2c5b6f-3a12-4b9c-9a18-77a2b3c4d5e6",
"transactionId": "12345",
"amount": 50000,
"currency": "MXN",
"status": "RETURNED",
Expand Down
2 changes: 1 addition & 1 deletion pt-br/guides/webhooks/refund-out.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Cenários comuns:
```json
{
"event": "transaction.cash_out.returned",
"transactionId": "1a3f9e8d-2c47-4b9c-aa18-77a2b3c4d5e6",
"transactionId": "56789",
"amount": 50000,
"currency": "MXN",
"status": "RETURNED",
Expand Down
4 changes: 2 additions & 2 deletions pt-br/sandbox/scenarios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Cenário `success` em um cash-out — o webhook `cash_out` recebe:
```json
{
"event": "transaction.cash_out.settled",
"transactionId": "1a3f9e8d-2c47-4b9c-aa18-77a2b3c4d5e6",
"transactionId": "56789",
"amount": 15000,
"currency": "MXN",
"status": "LIQUIDATED",
Expand All @@ -84,7 +84,7 @@ Cenário `insufficient_funds` — o webhook `cash_out` recebe:
```json
{
"event": "transaction.cash_out.rejected",
"transactionId": "2b4c8d9e-3f56-4a1b-bc29-88a3b4c5d6f7",
"transactionId": "56790",
"amount": 15000,
"currency": "MXN",
"status": "REJECTED",
Expand Down
Loading