products-payment-refacil-mcp 1.1.21 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -20
- package/dist/core/resources.js +18 -18
- package/dist/core/resources.js.map +1 -1
- package/dist/core/tools.js +12 -94
- package/dist/core/tools.js.map +1 -1
- package/dist/index.js +10 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -441,12 +441,6 @@ Endpoints para consultar categorías y productos disponibles
|
|
|
441
441
|
}
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
**Parámetros:**
|
|
445
|
-
|
|
446
|
-
| Name | Type | Description |
|
|
447
|
-
| --- | --- | --- |
|
|
448
|
-
| secretId | string | Header personalizado: x-secret-id |
|
|
449
|
-
|
|
450
444
|
### `products_by_cus_and_category`
|
|
451
445
|
|
|
452
446
|
Endpoints para consultar categorías y productos disponibles
|
|
@@ -619,7 +613,6 @@ Esta respuesta contiene información clave que se debe usar para crear una solic
|
|
|
619
613
|
|
|
620
614
|
| Name | Type | Description |
|
|
621
615
|
| --- | --- | --- |
|
|
622
|
-
| secretId | string | Header personalizado: x-secret-id |
|
|
623
616
|
| categoryId | number | Campo del body: categoryId |
|
|
624
617
|
| limit | number | Campo del body: limit |
|
|
625
618
|
| offset | number | Campo del body: offset |
|
|
@@ -766,7 +759,6 @@ POST /product-requests/create
|
|
|
766
759
|
|
|
767
760
|
| Name | Type | Description |
|
|
768
761
|
| --- | --- | --- |
|
|
769
|
-
| secretId | string | Header personalizado: x-secret-id |
|
|
770
762
|
| category_id | number | Campo del body: category_id |
|
|
771
763
|
| id | number | Campo del body: id |
|
|
772
764
|
| amount | null | Campo del body: amount |
|
|
@@ -1163,7 +1155,6 @@ Con la respuesta de este endpoint, puedes proceder a crear el pago usando `/prod
|
|
|
1163
1155
|
|
|
1164
1156
|
| Name | Type | Description |
|
|
1165
1157
|
| --- | --- | --- |
|
|
1166
|
-
| secretId | string | Header personalizado: x-secret-id |
|
|
1167
1158
|
| category_id | number | Campo del body: category_id |
|
|
1168
1159
|
| id | number | Campo del body: id |
|
|
1169
1160
|
| amount | null | Campo del body: amount |
|
|
@@ -1382,7 +1373,6 @@ Usa la variable `{{lastCartId}}` o `{{lastRequestId}}` que se llenan automática
|
|
|
1382
1373
|
|
|
1383
1374
|
| Name | Type | Description |
|
|
1384
1375
|
| --- | --- | --- |
|
|
1385
|
-
| secretId | string | Header personalizado: x-secret-id |
|
|
1386
1376
|
| requestId | string | Campo del body: requestId |
|
|
1387
1377
|
| cartId | string | Campo del body: cartId |
|
|
1388
1378
|
|
|
@@ -1579,7 +1569,6 @@ Usa la variable `{{lastCartId}}` o `{{lastRequestId}}` que se llenan automática
|
|
|
1579
1569
|
|
|
1580
1570
|
| Name | Type | Description |
|
|
1581
1571
|
| --- | --- | --- |
|
|
1582
|
-
| secretId | string | Header personalizado: x-secret-id |
|
|
1583
1572
|
| requestId | string | Campo del body: requestId |
|
|
1584
1573
|
| cartId | string | Campo del body: cartId |
|
|
1585
1574
|
|
|
@@ -1645,12 +1634,6 @@ Este endpoint es esencial para pagos PSE, ya que el usuario debe seleccionar su
|
|
|
1645
1634
|
|
|
1646
1635
|
```
|
|
1647
1636
|
|
|
1648
|
-
**Parámetros:**
|
|
1649
|
-
|
|
1650
|
-
| Name | Type | Description |
|
|
1651
|
-
| --- | --- | --- |
|
|
1652
|
-
| secretId | string | Header personalizado: x-secret-id |
|
|
1653
|
-
|
|
1654
1637
|
### `products_payment_create`
|
|
1655
1638
|
|
|
1656
1639
|
Endpoints para crear pagos de productos
|
|
@@ -1913,7 +1896,6 @@ Los datos para crear este pago provienen de la respuesta del endpoint `product-r
|
|
|
1913
1896
|
|
|
1914
1897
|
| Name | Type | Description |
|
|
1915
1898
|
| --- | --- | --- |
|
|
1916
|
-
| secretId | string | Header personalizado: x-secret-id |
|
|
1917
1899
|
| cartId | string | Campo del body: cartId |
|
|
1918
1900
|
| id | number | Campo del body: id |
|
|
1919
1901
|
| categoryid | number | Campo del body: categoryid |
|
|
@@ -2071,7 +2053,6 @@ Después del reintento, recibirás una notificación webhook con la estructura e
|
|
|
2071
2053
|
|
|
2072
2054
|
| Name | Type | Description |
|
|
2073
2055
|
| --- | --- | --- |
|
|
2074
|
-
| secretId | string | Header personalizado: x-secret-id |
|
|
2075
2056
|
| requestId | string | Campo del body: requestId |
|
|
2076
2057
|
| cartId | string | Campo del body: cartId |
|
|
2077
2058
|
|
|
@@ -2151,7 +2132,6 @@ Endpoints para crear reembolsos
|
|
|
2151
2132
|
|
|
2152
2133
|
| Name | Type | Description |
|
|
2153
2134
|
| --- | --- | --- |
|
|
2154
|
-
| secretId | string | Header personalizado: x-secret-id |
|
|
2155
2135
|
| requestId | string | Campo del body: requestId |
|
|
2156
2136
|
| keyBreB | string | Campo del body: keyBreB |
|
|
2157
2137
|
| email | string | Campo del body: email |
|