refacil-pay-mcp 1.1.13 → 1.1.14

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 CHANGED
@@ -356,6 +356,7 @@ The table below lists the available payment methods along with their correspondi
356
356
  | `163` | Cash-in via **TPaga** | 43,200 |
357
357
  | `248` | Cash-in via **QR Interoperable** | N/A |
358
358
  | `250` | Cash-in via **Llaves Bre-B** | 300 |
359
+ | `277` | Cash-in via **Whatsapp** | 2,592,000 |
359
360
 
360
361
  > ⚠ **Important:**
361
362
  The value provided in the expiresIn field **must be greater than or equal** to the minimum expiration defined for the selected payment method. **This does not apply to dynamic keys, which always expire 5 minutes after creation.**
@@ -654,6 +655,35 @@ This behavior does not represent an error or malfunction in our platform.
654
655
 
655
656
  ---
656
657
 
658
+ ### **Whatsapp**
659
+
660
+ For this method, the following fields are **required**:
661
+
662
+ - `cellphone`
663
+ - `pdfUrl`
664
+
665
+ > ⚠ **pdfUrl — URL standards (Meta/WhatsApp):**
666
+ The value is not arbitrary. The URL must comply with the following so that the document can be sent via WhatsApp:
667
+
668
+ - **Protocol:** Must be **HTTPS**.
669
+ - **Access:** The resource must be **publicly accessible** (no authentication); the system downloads the file from this URL.
670
+ - **Format:** The file must be a valid **PDF**.
671
+ - **Size:** Document size must not exceed **100 MB** (WhatsApp Cloud API limit for documents).
672
+
673
+ Sending a URL that does not meet these requirements may result in rejection or delivery failure.
674
+
675
+
676
+ ``` json
677
+ "paymentMethod": {
678
+ "id": 277,
679
+ "cellphone": "string",
680
+ "pdfUrl": "string"
681
+ }
682
+
683
+ ```
684
+
685
+ ---
686
+
657
687
  ## 📥 Request Body Parameters
658
688
 
659
689
  | **Field** | **Type** | **Required** | **Description** |
@@ -774,7 +804,6 @@ The `key` field must contain a valid Bre-B account alias in the format `@USERNAM
774
804
  | transactionToken | string | Header personalizado: x-transaction-token |
775
805
  | amount | number | Campo del body: amount |
776
806
  | reference1 | string | Campo del body: reference1 |
777
- | bankName | string | Campo del body: bankName |
778
807
  | webhookRequest | string | Campo del body: webhookRequest |
779
808
  | withdrawMethod | object | Campo del body: withdrawMethod |
780
809
  | userMetadata | object | Campo del body: userMetadata |
@@ -1044,7 +1073,7 @@ For withdraws, a notification will be sent to the webhook provided in the applic
1044
1073
 
1045
1074
  ### `merchant_enrollment_data`
1046
1075
 
1047
- This service allows merchants to enroll for the use of the QR interoperable payment method and key creation.
1076
+ This service allows merchants to retrieve enrollment data for the use of the QR interoperable payment method and key creation.
1048
1077
 
1049
1078
  To use the service, an authentication token is required and must be sent as an `Authorization` header.
1050
1079
 
@@ -1052,11 +1081,7 @@ To use the service, an authentication token is required and must be sent as an `
1052
1081
 
1053
1082
  ### **Enrollment Process**
1054
1083
 
1055
- 1. **Merchant Enrollment**
1056
-
1057
- - Initiates the enrollment process. The enrollment can take up to **7 minutes** to complete.
1058
-
1059
- 2. **Retrieve Enrollment Data**
1084
+ 1. **Retrieve Enrollment Data**
1060
1085
 
1061
1086
  - Retrieves the merchant’s enrollment information once the process is completed.
1062
1087
 
@@ -9,7 +9,7 @@ export const resources = [
9
9
  "name": "Refacil Pay API - API Documentation",
10
10
  "description": "Welcome to Refácil Pay in this space you will find all the information to make a successful connection and all the operational processes that we offer.\n\n<img src=\"https://content.pstmn.io/d2c9fab1-0bbf-40ea-9022-6cc52b24dbb3/aW1hZ2UucG5n\" width=\"214\" height=\"104\">\n\n> You will be able to target the consumption of our services through our following Endpoint : \nQA: [https://pay-api.qa.refacil.co/](https://pay-api.qa.refacil.co/) \nProducción: [https://pay-api.refacil.co/](https://pay-api.refacil.co/) \n \n> Note: It should be noted that for each environment only the beginning of the Url is modified, the subsequent address is the same for both environments in the services that you will consume. \n \n> API implementation credentials in test environment will be available throughout the integration and up to 30 days after certification in production.",
11
11
  "mimeType": "text/markdown",
12
- "content": "# Refacil Pay API\n\nWelcome to Refácil Pay in this space you will find all the information to make a successful connection and all the operational processes that we offer.\n\n<img src=\"https://content.pstmn.io/d2c9fab1-0bbf-40ea-9022-6cc52b24dbb3/aW1hZ2UucG5n\" width=\"214\" height=\"104\">\n\n> You will be able to target the consumption of our services through our following Endpoint : \nQA: [https://pay-api.qa.refacil.co/](https://pay-api.qa.refacil.co/) \nProducción: [https://pay-api.refacil.co/](https://pay-api.refacil.co/) \n \n> Note: It should be noted that for each environment only the beginning of the Url is modified, the subsequent address is the same for both environments in the services that you will consume. \n \n> API implementation credentials in test environment will be available throughout the integration and up to 30 days after certification in production.\n\n## Overview\n\nThis API collection contains 1 main items.\n\n## Available Folders\n\n- **Pay API 2.0**: Welcome to Refácil Pay in this space you will find all the information to make a successful connecti...\n- **Authorization**: To make the request and obtain the login you must have very clear your username and password for eac...\n- **Transactional token**: This service allows security validation for the execution of a transaction on the platform, generati...\n- **Payments**: The services that you will see below are the ones that will allow you to generate a payment resource...\n- **Payment Link**: With the following request you can obtain a payment resource with a link that will redirect your cus...\n- **Payment Method**\n- **Withdraw**: This service allows you to generate withdrawal requests through the enabled dispersion means.\n\n> 🔐 ...\n- **Payment information**: These services will allow us to validate the status of a transaction and consult the characteristics...\n- **Webhook Notification**: This component must be built by the merchant to receive the transaction notification data.\n\nYou must...\n- **Merchant Enrollment**: This service allows merchants to enroll for the use of the QR interoperable payment method and key c...\n\n## Available Endpoints\n\nTotal endpoints: 15\n\n### Methods Distribution\n\n- POST: 14\n- GET: 1\n"
12
+ "content": "# Refacil Pay API\n\nWelcome to Refácil Pay in this space you will find all the information to make a successful connection and all the operational processes that we offer.\n\n<img src=\"https://content.pstmn.io/d2c9fab1-0bbf-40ea-9022-6cc52b24dbb3/aW1hZ2UucG5n\" width=\"214\" height=\"104\">\n\n> You will be able to target the consumption of our services through our following Endpoint : \nQA: [https://pay-api.qa.refacil.co/](https://pay-api.qa.refacil.co/) \nProducción: [https://pay-api.refacil.co/](https://pay-api.refacil.co/) \n \n> Note: It should be noted that for each environment only the beginning of the Url is modified, the subsequent address is the same for both environments in the services that you will consume. \n \n> API implementation credentials in test environment will be available throughout the integration and up to 30 days after certification in production.\n\n## Overview\n\nThis API collection contains 1 main items.\n\n## Available Folders\n\n- **Pay API 2.0**: Welcome to Refácil Pay in this space you will find all the information to make a successful connecti...\n- **Authorization**: To make the request and obtain the login you must have very clear your username and password for eac...\n- **Transactional token**: This service allows security validation for the execution of a transaction on the platform, generati...\n- **Payments**: The services that you will see below are the ones that will allow you to generate a payment resource...\n- **Payment Link**: With the following request you can obtain a payment resource with a link that will redirect your cus...\n- **Payment Method**\n- **Withdraw**: This service allows you to generate withdrawal requests through the enabled dispersion means.\n\n> 🔐 ...\n- **Payment information**: These services will allow us to validate the status of a transaction and consult the characteristics...\n- **Webhook Notification**: This component must be built by the merchant to receive the transaction notification data.\n\nYou must...\n- **Merchant Enrollment**: This service allows merchants to retrieve enrollment data for the use of the QR interoperable paymen...\n\n## Available Endpoints\n\nTotal endpoints: 15\n\n### Methods Distribution\n\n- POST: 14\n- GET: 1\n"
13
13
  },
14
14
  {
15
15
  "uri": "postman://collection/refacil-pay-api/folder/pay-api-2-0",
@@ -70,9 +70,9 @@ export const resources = [
70
70
  {
71
71
  "uri": "postman://collection/refacil-pay-api/folder/merchant-enrollment",
72
72
  "name": "Merchant Enrollment - Documentation",
73
- "description": "This service allows merchants to enroll for the use of the QR interoperable payment method and key creation.\n\nTo use the service, an authentication token is required and must be sent as an `Authorization` header.\n\n---\n\n### **Enrollment Process**\n\n1. **Merchant Enrollment**\n \n - Initiates the enrollment process. The enrollment can take up to **7 minutes** to complete.\n \n2. **Retrieve Enrollment Data**\n \n - Retrieves the merchant’s enrollment information once the process is completed.\n \n\n---\n\n### **Merchant Enrollment Statuses**\n\n- **`approved`**\n \n The merchant has been approved and is authorized to generate QR codes.\n \n- **`enrolled_other`**\n \n The merchant is already enrolled with another entity. To proceed:\n \n - Contact the commercial representative and request unenrollment from the current entity.\n \n - Submit a letter signed by the legal representative.\n \n - Be aware that this process may take up to **5 business days**.\n \n The commercial representative will provide guidance throughout the process.\n \n- **`rejected`**\n \n The merchant has been rejected. Please contact your commercial representative for further details.\n \n- **`pending`**\n \n The enrollment is in progress. The query may take a few minutes. If a final status is not received shortly, contact **RefacilPay support** to verify the situation.\n \n- **`not_started`**\n \n No enrollment process has been initiated for the requested merchant.\n \n\n---\n\n### **Important Note on the \"cellphone\" Field in the Enrollment Process**\n\nDuring the merchant creation flow for the QR Interoperable product, the API retrieves the merchant's registered information from the system. However, for the **\"cellphone number\"** field, the **Refacil** system automatically replaces the merchant’s actual phone number with a **generic alias number**.\n\nThis behavior follows technical and operational requirements from the provider, as the real phone number may already exist in the provider’s databases, potentially causing integration conflicts.\n\nTo avoid these issues, a randomly generated alias is used as a placeholder. This alias is **exclusive to this product** and does **not affect** the merchant’s operation in other services.",
73
+ "description": "This service allows merchants to retrieve enrollment data for the use of the QR interoperable payment method and key creation.\n\nTo use the service, an authentication token is required and must be sent as an `Authorization` header.\n\n---\n\n### **Enrollment Process**\n\n1. **Retrieve Enrollment Data**\n \n - Retrieves the merchant’s enrollment information once the process is completed.\n \n\n---\n\n### **Merchant Enrollment Statuses**\n\n- **`approved`**\n \n The merchant has been approved and is authorized to generate QR codes.\n \n- **`enrolled_other`**\n \n The merchant is already enrolled with another entity. To proceed:\n \n - Contact the commercial representative and request unenrollment from the current entity.\n \n - Submit a letter signed by the legal representative.\n \n - Be aware that this process may take up to **5 business days**.\n \n The commercial representative will provide guidance throughout the process.\n \n- **`rejected`**\n \n The merchant has been rejected. Please contact your commercial representative for further details.\n \n- **`pending`**\n \n The enrollment is in progress. The query may take a few minutes. If a final status is not received shortly, contact **RefacilPay support** to verify the situation.\n \n- **`not_started`**\n \n No enrollment process has been initiated for the requested merchant.\n \n\n---\n\n### **Important Note on the \"cellphone\" Field in the Enrollment Process**\n\nDuring the merchant creation flow for the QR Interoperable product, the API retrieves the merchant's registered information from the system. However, for the **\"cellphone number\"** field, the **Refacil** system automatically replaces the merchant’s actual phone number with a **generic alias number**.\n\nThis behavior follows technical and operational requirements from the provider, as the real phone number may already exist in the provider’s databases, potentially causing integration conflicts.\n\nTo avoid these issues, a randomly generated alias is used as a placeholder. This alias is **exclusive to this product** and does **not affect** the merchant’s operation in other services.",
74
74
  "mimeType": "text/markdown",
75
- "content": "# Merchant Enrollment\n\nThis service allows merchants to enroll for the use of the QR interoperable payment method and key creation.\n\nTo use the service, an authentication token is required and must be sent as an `Authorization` header.\n\n---\n\n### **Enrollment Process**\n\n1. **Merchant Enrollment**\n \n - Initiates the enrollment process. The enrollment can take up to **7 minutes** to complete.\n \n2. **Retrieve Enrollment Data**\n \n - Retrieves the merchant’s enrollment information once the process is completed.\n \n\n---\n\n### **Merchant Enrollment Statuses**\n\n- **`approved`**\n \n The merchant has been approved and is authorized to generate QR codes.\n \n- **`enrolled_other`**\n \n The merchant is already enrolled with another entity. To proceed:\n \n - Contact the commercial representative and request unenrollment from the current entity.\n \n - Submit a letter signed by the legal representative.\n \n - Be aware that this process may take up to **5 business days**.\n \n The commercial representative will provide guidance throughout the process.\n \n- **`rejected`**\n \n The merchant has been rejected. Please contact your commercial representative for further details.\n \n- **`pending`**\n \n The enrollment is in progress. The query may take a few minutes. If a final status is not received shortly, contact **RefacilPay support** to verify the situation.\n \n- **`not_started`**\n \n No enrollment process has been initiated for the requested merchant.\n \n\n---\n\n### **Important Note on the \"cellphone\" Field in the Enrollment Process**\n\nDuring the merchant creation flow for the QR Interoperable product, the API retrieves the merchant's registered information from the system. However, for the **\"cellphone number\"** field, the **Refacil** system automatically replaces the merchant’s actual phone number with a **generic alias number**.\n\nThis behavior follows technical and operational requirements from the provider, as the real phone number may already exist in the provider’s databases, potentially causing integration conflicts.\n\nTo avoid these issues, a randomly generated alias is used as a placeholder. This alias is **exclusive to this product** and does **not affect** the merchant’s operation in other services.\n\n## Endpoints\n\n### Enrollment data retrieval\n\n**Method**: `GET`\n\n**Path**: `/merchant/enrollment-data`\n\nThis endpoint retrieves the merchant's enrollment details after the enrollment process has been completed. It provides necessary information to use the QR interoperable payment method.\n\n"
75
+ "content": "# Merchant Enrollment\n\nThis service allows merchants to retrieve enrollment data for the use of the QR interoperable payment method and key creation.\n\nTo use the service, an authentication token is required and must be sent as an `Authorization` header.\n\n---\n\n### **Enrollment Process**\n\n1. **Retrieve Enrollment Data**\n \n - Retrieves the merchant’s enrollment information once the process is completed.\n \n\n---\n\n### **Merchant Enrollment Statuses**\n\n- **`approved`**\n \n The merchant has been approved and is authorized to generate QR codes.\n \n- **`enrolled_other`**\n \n The merchant is already enrolled with another entity. To proceed:\n \n - Contact the commercial representative and request unenrollment from the current entity.\n \n - Submit a letter signed by the legal representative.\n \n - Be aware that this process may take up to **5 business days**.\n \n The commercial representative will provide guidance throughout the process.\n \n- **`rejected`**\n \n The merchant has been rejected. Please contact your commercial representative for further details.\n \n- **`pending`**\n \n The enrollment is in progress. The query may take a few minutes. If a final status is not received shortly, contact **RefacilPay support** to verify the situation.\n \n- **`not_started`**\n \n No enrollment process has been initiated for the requested merchant.\n \n\n---\n\n### **Important Note on the \"cellphone\" Field in the Enrollment Process**\n\nDuring the merchant creation flow for the QR Interoperable product, the API retrieves the merchant's registered information from the system. However, for the **\"cellphone number\"** field, the **Refacil** system automatically replaces the merchant’s actual phone number with a **generic alias number**.\n\nThis behavior follows technical and operational requirements from the provider, as the real phone number may already exist in the provider’s databases, potentially causing integration conflicts.\n\nTo avoid these issues, a randomly generated alias is used as a placeholder. This alias is **exclusive to this product** and does **not affect** the merchant’s operation in other services.\n\n## Endpoints\n\n### Enrollment data retrieval\n\n**Method**: `GET`\n\n**Path**: `/merchant/enrollment-data`\n\nThis endpoint retrieves the merchant's enrollment details after the enrollment process has been completed. It provides necessary information to use the QR interoperable payment method.\n\n"
76
76
  },
77
77
  {
78
78
  "uri": "postman://collection/refacil-pay-api/endpoint/post/auth/login",
@@ -126,16 +126,16 @@ export const resources = [
126
126
  {
127
127
  "uri": "postman://collection/refacil-pay-api/endpoint/post/cash-in/generate/payment-method/token",
128
128
  "name": "POST /cash-in/generate/payment-method/token - Endpoint Documentation",
129
- "description": "This endpoint allows you to **generate payment requests** through the available _cash-in_ methods.\n\n---\n\n### 💡 Overview\n\nThe table below lists the available payment methods along with their corresponding IDs and **minimum expiration times** (`expiresIn`) required when creating a payment request.\n\n| **Method ID** | **Description** | **Minimum Expiration (seconds)** |\n| --- | --- | --- |\n| `130` | Cash-in via **Nequi** | 43,200 |\n| `131` | Cash-in via **Daviplata** | 43,200 |\n| `133` | Cash-in via **PSE** | 1,800 |\n| `262` | Cash-in via **PSE Gateway** | 1,800 |\n| `153` | Cash-in via **Recaudo Efectivo** | 86,400 |\n| `163` | Cash-in via **TPaga** | 43,200 |\n| `248` | Cash-in via **QR Interoperable** | N/A |\n| `250` | Cash-in via **Llaves Bre-B** | 300 |\n\n> ⚠ **Important:** \nThe value provided in the expiresIn field **must be greater than or equal** to the minimum expiration defined for the selected payment method. **This does not apply to dynamic keys, which always expire 5 minutes after creation.** \n \n\n---\n\n## 🧩 Payment Method Details\n\nEach payment method requires a specific object structure within the `\"paymentMethod\"` field.\n\n---\n\n### **Nequi**\n\n``` json\n\"paymentMethod\": {\n \"id\": 130,\n \"cellphone\": \"3105293225\"\n}\n\n ```\n\n---\n\n### **Daviplata**\n\n``` json\n\"paymentMethod\": {\n \"id\": 131,\n \"cellphone\": \"3208385715\"\n}\n\n ```\n\n---\n\n### **PSE**\n\nFor this payment method, depending on the `typePerson` selected, only specific document types are accepted:\n\n- **`typePerson`****:** **`\"0\"`** → corresponds to a **Natural Person** and only accepts the following values for `documentType`:\n \n - `RCN`\n \n - `TI`\n \n - `CC`\n \n - `TE`\n \n - `CE`\n \n - `PA`\n \n - `DIE`\n \n- **`typePerson`****:** **`\"1\"`** → corresponds to a **Legal Person** and only accepts the following value for `documentType`:\n \n - `NIT`\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 133,\n \"documentType\": \"CC\",\n \"typePerson\": \"0\",\n \"bankId\": \"string\",\n \"documentNumber\": \"string\",\n \"name\": \"string\",\n \"cellphone\": \"string\",\n \"address\": \"string\",\n \"email\": \"string\"\n}\n\n ```\n\n---\n\n### **PSE Gateway**\n\nThis payment method enables direct integration with the PSE network for processing online bank payments. \nTo consume this product, it is required to have the following parameters previously configured and associated with your product:\n\n- `entity_code`\n \n- `service_code`\n \n- `company_ciiu`\n \n- `company_name`\n \n\nThese parameters identify your company within the PSE network and are necessary for successful transaction routing and validation.\n\n> 💬 **For more information or to request these credentials, please contact the support team.** \n \n\nThis method follows **the same structure and validation rules** as **PSE**, but must use the following identifier:\n\n``` json\n\"paymentMethod\": {\n \"id\": 262,\n \"documentType\": \"CC\",\n \"typePerson\": \"0\",\n \"bankId\": \"string\",\n \"documentNumber\": \"string\",\n \"name\": \"string\",\n \"cellphone\": \"string\",\n \"address\": \"string\",\n \"email\": \"string\"\n}\n\n ```\n\nThe **PSE integration** relies heavily on the correct configuration of the `showSummary` and `returnUrl` parameters. \nThese parameters control the **user experience** and the **finalization flow** of the payment process.\n\n| Scenario | `showSummary` | `returnUrl` | Flow Description |\n| --- | --- | --- | --- |\n| **1\\. Standard Redirect (Default)** | `true` or not sent | ✅ Present | Displays a transaction summary screen with key payment details and retrieves the final transaction status. After the payment is completed, the user is redirected to the specified `returnUrl`. |\n| **2\\. Without Transaction Summary Screen** | `false` | ✅ Present | Skips the transaction summary screen and redirects the user directly to the `returnUrl`. In this case, the merchant’s system must display the transaction summary on the destination page. |\n\n> ⚠️ **Note:** \nFor **PSE** and **PSE Gateway**, it is **strongly recommended** to use `showSummary: true` along with a valid `returnUrl` to ensure a seamless customer experience and accurate transaction tracking. \n \n> 🔗 **See also:** \n \n\n- [Transaction Summary](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#45e0d76a-fabd-442e-9b17-e2f6b8354ec5)\n \n- [Transaction Status](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#dd3ba9f5-1f10-4109-b59d-6e5aad5e3799)\n \n\n---\n\n### **Recaudo Efectivo**\n\n``` json\n\"paymentMethod\": {\n \"id\": 153\n}\n\n ```\n\n---\n\n### **TPaga**\n\nThis payment method supports an optional parameter called `isQr`, which determines the type of resource returned in the `url` field:\n\n| **Value** | **Description** |\n| --- | --- |\n| `true` | The `url` field returns a link to a **QR code** displaying transaction details. |\n| `false` | The `url` field returns a **deeplink** to open directly in the TPAGA wallet app. |\n\n> 🧠 **Behavior:** \nIf `isQr` is not provided, the default behavior is equivalent to `isQr: false`. \nTransactions can only be completed **from a mobile device**. \nIf the request is made from a desktop or tablet, it is recommended to send `isQr: true` so the user can scan the QR from a mobile device. \n \n\n``` json\n\"paymentMethod\": {\n \"id\": 163,\n \"isQr\": false\n}\n\n ```\n\n---\n\n### **QR Interoperable**\n\nFor this method, the following fields are **optional**:\n\n- `cellphone`\n \n- `documentNumber`\n \n- `documentType`\n \n- `merchantId`\n \n\nThe service can function using only the payment method ID; however, providing these optional fields can **improve response time**. \nYou may retrieve this data through the `enrollment-data` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\n\n> ⚠ **Prerequisite:** \nThe merchant must complete the **Merchant Enrollment** process before using this method. \nSee the _Merchant Enrollment_ section for setup details. \n \n> 🔁 **Open Resource:** \nThe **QR Interoperable** operates as an _open resource_, meaning the generated QR can be used multiple times by the same user. \n \n> ⚙️ **Technical Note — Dynamic QR Behavior:** \nDynamic QR codes may be scanned multiple times due to current limitations in the Redeban system. \nThis is **not** an error in our platform. \n \n\n#### Behavior Details\n\n- Redeban does not automatically invalidate a dynamic QR after its first scan.\n \n- As a result, the same QR may generate multiple transaction records.\n \n\n#### Recommendations\n\n- Implement **application-level validation** to detect multiple payments from the same QR code.\n \n- Monitor dynamic QR transactions and confirm status before marking payments as completed.\n \n- Inform end-users to verify the success of a transaction before rescanning.\n \n\n#### Future Considerations\n\n- Redeban is evaluating support for **single-use dynamic QR control**.\n \n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 248,\n \"cellphone\": \"string\",\n \"documentType\": \"string\",\n \"documentNumber\": \"string\",\n \"merchantId\": \"string\"\n}\n\n ```\n\n---\n\n### **Llaves** Dinámicas **Bre-B**\n\nFor this method, the following fields are **required**:\n\n- `cellphone`\n \n- `docNumber`\n \n- `docType`\n \n- `merchantId`\n \n\nYou may retrieve this data through the `enrollment-data` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\n\n> ⚠ **Prerequisite:** \nThe merchant must complete the **Merchant Enrollment** process before using this method. \nSee the _Merchant Enrollment_ section for setup details. \n \n> 🔁 **Open Resource:** \nThe **Llaves Dinamicas Bre-B** operates as an _open resource_, meaning the generated KEY can be used multiple times by the same user. \n \n> ⚙️ **Technical Note — Dynamic Key Behavior:** \nDynamic keys may receive multiple money transfers due to current limitations in the Redeban system. \nThis behavior does not represent an error or malfunction in our platform. \n**Additionally, dynamic keys have a fixed validity period of 5 minutes, and this duration cannot be modified.** \n \n\n#### Behavior Details\n\n- Redeban does not automatically invalidate a dynamic KEY after its first send.\n \n- As a result, the same KEY may generate multiple transaction records.\n \n\n#### Recommendations\n\n- Implement **application-level validation** to detect multiple payments from the same KEY.\n \n- Monitor dynamic KEY transactions and confirm status before marking payments as completed.\n \n- Inform end-users to verify the success of a transaction before rescanning.\n \n\n#### Future Considerations\n\n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 250,\n \"cellphone\": \"string\",\n \"docType\": \"string\",\n \"docNumber\": \"string\",\n \"merchantId\": \"string\"\n}\n\n ```\n\n---\n\n## 📥 Request Body Parameters\n\n| **Field** | **Type** | **Required** | **Description** |\n| --- | --- | --- | --- |\n| `amount` | number | ✅ | Value of the payment. |\n| `brandId` | number | ❌ | ID of the customer's white label; if one is not available, the default ID 79 is sent. |\n| `expiresIn` | number | ❌ | Time in seconds for the expiration of the resource or payment link. |\n| `paymentMethod` | object | ✅ | Object specifying the payment method and its details. |\n| `paymentMethod.id` | number | ✅ | ID of the selected payment method (see available payment methods). |\n| `reference1` | string | ✅ | Customer identifier, must be between 1 and 30 characters. |\n| `reference2` | object | ❌ | Object for additional information. |\n| `reference2.Commerce` | object | ❌ | Object for information related to the store or commerce. |\n| `reference2.Data` | object | ❌ | Object for information related to the conciliation of the transaction. |\n| `reference2.Label` | object | ❌ | Object to send information to be displayed in the payment summary. |\n| `returnUrl` | string | ❌ | Link that the customer will see when clicking on the back to commerce button. |\n| `showSummary` | boolean | ❌ | Indicates whether the RefácilPay payment summary will be shown or not (false: do not show, true: show). Default: true. |\n| `userMetadata` | object | ✅ | Object containing key details about the user or merchant generating the payment resource. |\n| `userMetadata.identifier` | string | ✅ | Unique identifier of the user or merchant generating the payment resource (max 36 characters). |\n| `userMetadata.ip` | string | ✅ | IP address associated with the user's identifier. Must be a valid IP address. |\n| `userMetadata.urlCommerce` | string | ✅ | URL that identifies the commerce. Must follow valid URL structure with http:// or https:// protocol. Maximum length: 500 characters. |\n| `webhookUrl` | string | ✅ | URL of the client's webhook to receive real-time payment status updates. |",
129
+ "description": "This endpoint allows you to **generate payment requests** through the available _cash-in_ methods.\n\n---\n\n### 💡 Overview\n\nThe table below lists the available payment methods along with their corresponding IDs and **minimum expiration times** (`expiresIn`) required when creating a payment request.\n\n| **Method ID** | **Description** | **Minimum Expiration (seconds)** |\n| --- | --- | --- |\n| `130` | Cash-in via **Nequi** | 43,200 |\n| `131` | Cash-in via **Daviplata** | 43,200 |\n| `133` | Cash-in via **PSE** | 1,800 |\n| `262` | Cash-in via **PSE Gateway** | 1,800 |\n| `153` | Cash-in via **Recaudo Efectivo** | 86,400 |\n| `163` | Cash-in via **TPaga** | 43,200 |\n| `248` | Cash-in via **QR Interoperable** | N/A |\n| `250` | Cash-in via **Llaves Bre-B** | 300 |\n| `277` | Cash-in via **Whatsapp** | 2,592,000 |\n\n> ⚠ **Important:** \nThe value provided in the expiresIn field **must be greater than or equal** to the minimum expiration defined for the selected payment method. **This does not apply to dynamic keys, which always expire 5 minutes after creation.** \n \n\n---\n\n## 🧩 Payment Method Details\n\nEach payment method requires a specific object structure within the `\"paymentMethod\"` field.\n\n---\n\n### **Nequi**\n\n``` json\n\"paymentMethod\": {\n \"id\": 130,\n \"cellphone\": \"3105293225\"\n}\n\n ```\n\n---\n\n### **Daviplata**\n\n``` json\n\"paymentMethod\": {\n \"id\": 131,\n \"cellphone\": \"3208385715\"\n}\n\n ```\n\n---\n\n### **PSE**\n\nFor this payment method, depending on the `typePerson` selected, only specific document types are accepted:\n\n- **`typePerson`****:** **`\"0\"`** → corresponds to a **Natural Person** and only accepts the following values for `documentType`:\n \n - `RCN`\n \n - `TI`\n \n - `CC`\n \n - `TE`\n \n - `CE`\n \n - `PA`\n \n - `DIE`\n \n- **`typePerson`****:** **`\"1\"`** → corresponds to a **Legal Person** and only accepts the following value for `documentType`:\n \n - `NIT`\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 133,\n \"documentType\": \"CC\",\n \"typePerson\": \"0\",\n \"bankId\": \"string\",\n \"documentNumber\": \"string\",\n \"name\": \"string\",\n \"cellphone\": \"string\",\n \"address\": \"string\",\n \"email\": \"string\"\n}\n\n ```\n\n---\n\n### **PSE Gateway**\n\nThis payment method enables direct integration with the PSE network for processing online bank payments. \nTo consume this product, it is required to have the following parameters previously configured and associated with your product:\n\n- `entity_code`\n \n- `service_code`\n \n- `company_ciiu`\n \n- `company_name`\n \n\nThese parameters identify your company within the PSE network and are necessary for successful transaction routing and validation.\n\n> 💬 **For more information or to request these credentials, please contact the support team.** \n \n\nThis method follows **the same structure and validation rules** as **PSE**, but must use the following identifier:\n\n``` json\n\"paymentMethod\": {\n \"id\": 262,\n \"documentType\": \"CC\",\n \"typePerson\": \"0\",\n \"bankId\": \"string\",\n \"documentNumber\": \"string\",\n \"name\": \"string\",\n \"cellphone\": \"string\",\n \"address\": \"string\",\n \"email\": \"string\"\n}\n\n ```\n\nThe **PSE integration** relies heavily on the correct configuration of the `showSummary` and `returnUrl` parameters. \nThese parameters control the **user experience** and the **finalization flow** of the payment process.\n\n| Scenario | `showSummary` | `returnUrl` | Flow Description |\n| --- | --- | --- | --- |\n| **1\\. Standard Redirect (Default)** | `true` or not sent | ✅ Present | Displays a transaction summary screen with key payment details and retrieves the final transaction status. After the payment is completed, the user is redirected to the specified `returnUrl`. |\n| **2\\. Without Transaction Summary Screen** | `false` | ✅ Present | Skips the transaction summary screen and redirects the user directly to the `returnUrl`. In this case, the merchant’s system must display the transaction summary on the destination page. |\n\n> ⚠️ **Note:** \nFor **PSE** and **PSE Gateway**, it is **strongly recommended** to use `showSummary: true` along with a valid `returnUrl` to ensure a seamless customer experience and accurate transaction tracking. \n \n> 🔗 **See also:** \n \n\n- [Transaction Summary](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#45e0d76a-fabd-442e-9b17-e2f6b8354ec5)\n \n- [Transaction Status](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#dd3ba9f5-1f10-4109-b59d-6e5aad5e3799)\n \n\n---\n\n### **Recaudo Efectivo**\n\n``` json\n\"paymentMethod\": {\n \"id\": 153\n}\n\n ```\n\n---\n\n### **TPaga**\n\nThis payment method supports an optional parameter called `isQr`, which determines the type of resource returned in the `url` field:\n\n| **Value** | **Description** |\n| --- | --- |\n| `true` | The `url` field returns a link to a **QR code** displaying transaction details. |\n| `false` | The `url` field returns a **deeplink** to open directly in the TPAGA wallet app. |\n\n> 🧠 **Behavior:** \nIf `isQr` is not provided, the default behavior is equivalent to `isQr: false`. \nTransactions can only be completed **from a mobile device**. \nIf the request is made from a desktop or tablet, it is recommended to send `isQr: true` so the user can scan the QR from a mobile device. \n \n\n``` json\n\"paymentMethod\": {\n \"id\": 163,\n \"isQr\": false\n}\n\n ```\n\n---\n\n### **QR Interoperable**\n\nFor this method, the following fields are **optional**:\n\n- `cellphone`\n \n- `documentNumber`\n \n- `documentType`\n \n- `merchantId`\n \n\nThe service can function using only the payment method ID; however, providing these optional fields can **improve response time**. \nYou may retrieve this data through the `enrollment-data` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\n\n> ⚠ **Prerequisite:** \nThe merchant must complete the **Merchant Enrollment** process before using this method. \nSee the _Merchant Enrollment_ section for setup details. \n \n> 🔁 **Open Resource:** \nThe **QR Interoperable** operates as an _open resource_, meaning the generated QR can be used multiple times by the same user. \n \n> ⚙️ **Technical Note — Dynamic QR Behavior:** \nDynamic QR codes may be scanned multiple times due to current limitations in the Redeban system. \nThis is **not** an error in our platform. \n \n\n#### Behavior Details\n\n- Redeban does not automatically invalidate a dynamic QR after its first scan.\n \n- As a result, the same QR may generate multiple transaction records.\n \n\n#### Recommendations\n\n- Implement **application-level validation** to detect multiple payments from the same QR code.\n \n- Monitor dynamic QR transactions and confirm status before marking payments as completed.\n \n- Inform end-users to verify the success of a transaction before rescanning.\n \n\n#### Future Considerations\n\n- Redeban is evaluating support for **single-use dynamic QR control**.\n \n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 248,\n \"cellphone\": \"string\",\n \"documentType\": \"string\",\n \"documentNumber\": \"string\",\n \"merchantId\": \"string\"\n}\n\n ```\n\n---\n\n### **Llaves** Dinámicas **Bre-B**\n\nFor this method, the following fields are **required**:\n\n- `cellphone`\n \n- `docNumber`\n \n- `docType`\n \n- `merchantId`\n \n\nYou may retrieve this data through the `enrollment-data` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\n\n> ⚠ **Prerequisite:** \nThe merchant must complete the **Merchant Enrollment** process before using this method. \nSee the _Merchant Enrollment_ section for setup details. \n \n> 🔁 **Open Resource:** \nThe **Llaves Dinamicas Bre-B** operates as an _open resource_, meaning the generated KEY can be used multiple times by the same user. \n \n> ⚙️ **Technical Note — Dynamic Key Behavior:** \nDynamic keys may receive multiple money transfers due to current limitations in the Redeban system. \nThis behavior does not represent an error or malfunction in our platform. \n**Additionally, dynamic keys have a fixed validity period of 5 minutes, and this duration cannot be modified.** \n \n\n#### Behavior Details\n\n- Redeban does not automatically invalidate a dynamic KEY after its first send.\n \n- As a result, the same KEY may generate multiple transaction records.\n \n\n#### Recommendations\n\n- Implement **application-level validation** to detect multiple payments from the same KEY.\n \n- Monitor dynamic KEY transactions and confirm status before marking payments as completed.\n \n- Inform end-users to verify the success of a transaction before rescanning.\n \n\n#### Future Considerations\n\n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 250,\n \"cellphone\": \"string\",\n \"docType\": \"string\",\n \"docNumber\": \"string\",\n \"merchantId\": \"string\"\n}\n\n ```\n\n---\n\n### **Whatsapp**\n\nFor this method, the following fields are **required**:\n\n- `cellphone`\n- `pdfUrl`\n\n> ⚠ **pdfUrl — URL standards (Meta/WhatsApp):** \nThe value is not arbitrary. The URL must comply with the following so that the document can be sent via WhatsApp:\n\n- **Protocol:** Must be **HTTPS**.\n- **Access:** The resource must be **publicly accessible** (no authentication); the system downloads the file from this URL.\n- **Format:** The file must be a valid **PDF**.\n- **Size:** Document size must not exceed **100 MB** (WhatsApp Cloud API limit for documents).\n \nSending a URL that does not meet these requirements may result in rejection or delivery failure.\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 277,\n \"cellphone\": \"string\",\n \"pdfUrl\": \"string\"\n}\n\n ```\n\n---\n\n## 📥 Request Body Parameters\n\n| **Field** | **Type** | **Required** | **Description** |\n| --- | --- | --- | --- |\n| `amount` | number | ✅ | Value of the payment. |\n| `brandId` | number | ❌ | ID of the customer's white label; if one is not available, the default ID 79 is sent. |\n| `expiresIn` | number | ❌ | Time in seconds for the expiration of the resource or payment link. |\n| `paymentMethod` | object | ✅ | Object specifying the payment method and its details. |\n| `paymentMethod.id` | number | ✅ | ID of the selected payment method (see available payment methods). |\n| `reference1` | string | ✅ | Customer identifier, must be between 1 and 30 characters. |\n| `reference2` | object | ❌ | Object for additional information. |\n| `reference2.Commerce` | object | ❌ | Object for information related to the store or commerce. |\n| `reference2.Data` | object | ❌ | Object for information related to the conciliation of the transaction. |\n| `reference2.Label` | object | ❌ | Object to send information to be displayed in the payment summary. |\n| `returnUrl` | string | ❌ | Link that the customer will see when clicking on the back to commerce button. |\n| `showSummary` | boolean | ❌ | Indicates whether the RefácilPay payment summary will be shown or not (false: do not show, true: show). Default: true. |\n| `userMetadata` | object | ✅ | Object containing key details about the user or merchant generating the payment resource. |\n| `userMetadata.identifier` | string | ✅ | Unique identifier of the user or merchant generating the payment resource (max 36 characters). |\n| `userMetadata.ip` | string | ✅ | IP address associated with the user's identifier. Must be a valid IP address. |\n| `userMetadata.urlCommerce` | string | ✅ | URL that identifies the commerce. Must follow valid URL structure with http:// or https:// protocol. Maximum length: 500 characters. |\n| `webhookUrl` | string | ✅ | URL of the client's webhook to receive real-time payment status updates. |",
130
130
  "mimeType": "text/markdown",
131
- "content": "# Generate payment method\n\n## Request Details\n\n**Method**: `POST`\n\n**Path**: `/cash-in/generate/payment-method/token`\n\n## Description\n\nThis endpoint allows you to **generate payment requests** through the available _cash-in_ methods.\n\n---\n\n### 💡 Overview\n\nThe table below lists the available payment methods along with their corresponding IDs and **minimum expiration times** (`expiresIn`) required when creating a payment request.\n\n| **Method ID** | **Description** | **Minimum Expiration (seconds)** |\n| --- | --- | --- |\n| `130` | Cash-in via **Nequi** | 43,200 |\n| `131` | Cash-in via **Daviplata** | 43,200 |\n| `133` | Cash-in via **PSE** | 1,800 |\n| `262` | Cash-in via **PSE Gateway** | 1,800 |\n| `153` | Cash-in via **Recaudo Efectivo** | 86,400 |\n| `163` | Cash-in via **TPaga** | 43,200 |\n| `248` | Cash-in via **QR Interoperable** | N/A |\n| `250` | Cash-in via **Llaves Bre-B** | 300 |\n\n> ⚠ **Important:** \nThe value provided in the expiresIn field **must be greater than or equal** to the minimum expiration defined for the selected payment method. **This does not apply to dynamic keys, which always expire 5 minutes after creation.** \n \n\n---\n\n## 🧩 Payment Method Details\n\nEach payment method requires a specific object structure within the `\"paymentMethod\"` field.\n\n---\n\n### **Nequi**\n\n``` json\n\"paymentMethod\": {\n \"id\": 130,\n \"cellphone\": \"3105293225\"\n}\n\n ```\n\n---\n\n### **Daviplata**\n\n``` json\n\"paymentMethod\": {\n \"id\": 131,\n \"cellphone\": \"3208385715\"\n}\n\n ```\n\n---\n\n### **PSE**\n\nFor this payment method, depending on the `typePerson` selected, only specific document types are accepted:\n\n- **`typePerson`****:** **`\"0\"`** → corresponds to a **Natural Person** and only accepts the following values for `documentType`:\n \n - `RCN`\n \n - `TI`\n \n - `CC`\n \n - `TE`\n \n - `CE`\n \n - `PA`\n \n - `DIE`\n \n- **`typePerson`****:** **`\"1\"`** → corresponds to a **Legal Person** and only accepts the following value for `documentType`:\n \n - `NIT`\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 133,\n \"documentType\": \"CC\",\n \"typePerson\": \"0\",\n \"bankId\": \"string\",\n \"documentNumber\": \"string\",\n \"name\": \"string\",\n \"cellphone\": \"string\",\n \"address\": \"string\",\n \"email\": \"string\"\n}\n\n ```\n\n---\n\n### **PSE Gateway**\n\nThis payment method enables direct integration with the PSE network for processing online bank payments. \nTo consume this product, it is required to have the following parameters previously configured and associated with your product:\n\n- `entity_code`\n \n- `service_code`\n \n- `company_ciiu`\n \n- `company_name`\n \n\nThese parameters identify your company within the PSE network and are necessary for successful transaction routing and validation.\n\n> 💬 **For more information or to request these credentials, please contact the support team.** \n \n\nThis method follows **the same structure and validation rules** as **PSE**, but must use the following identifier:\n\n``` json\n\"paymentMethod\": {\n \"id\": 262,\n \"documentType\": \"CC\",\n \"typePerson\": \"0\",\n \"bankId\": \"string\",\n \"documentNumber\": \"string\",\n \"name\": \"string\",\n \"cellphone\": \"string\",\n \"address\": \"string\",\n \"email\": \"string\"\n}\n\n ```\n\nThe **PSE integration** relies heavily on the correct configuration of the `showSummary` and `returnUrl` parameters. \nThese parameters control the **user experience** and the **finalization flow** of the payment process.\n\n| Scenario | `showSummary` | `returnUrl` | Flow Description |\n| --- | --- | --- | --- |\n| **1\\. Standard Redirect (Default)** | `true` or not sent | ✅ Present | Displays a transaction summary screen with key payment details and retrieves the final transaction status. After the payment is completed, the user is redirected to the specified `returnUrl`. |\n| **2\\. Without Transaction Summary Screen** | `false` | ✅ Present | Skips the transaction summary screen and redirects the user directly to the `returnUrl`. In this case, the merchant’s system must display the transaction summary on the destination page. |\n\n> ⚠️ **Note:** \nFor **PSE** and **PSE Gateway**, it is **strongly recommended** to use `showSummary: true` along with a valid `returnUrl` to ensure a seamless customer experience and accurate transaction tracking. \n \n> 🔗 **See also:** \n \n\n- [Transaction Summary](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#45e0d76a-fabd-442e-9b17-e2f6b8354ec5)\n \n- [Transaction Status](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#dd3ba9f5-1f10-4109-b59d-6e5aad5e3799)\n \n\n---\n\n### **Recaudo Efectivo**\n\n``` json\n\"paymentMethod\": {\n \"id\": 153\n}\n\n ```\n\n---\n\n### **TPaga**\n\nThis payment method supports an optional parameter called `isQr`, which determines the type of resource returned in the `url` field:\n\n| **Value** | **Description** |\n| --- | --- |\n| `true` | The `url` field returns a link to a **QR code** displaying transaction details. |\n| `false` | The `url` field returns a **deeplink** to open directly in the TPAGA wallet app. |\n\n> 🧠 **Behavior:** \nIf `isQr` is not provided, the default behavior is equivalent to `isQr: false`. \nTransactions can only be completed **from a mobile device**. \nIf the request is made from a desktop or tablet, it is recommended to send `isQr: true` so the user can scan the QR from a mobile device. \n \n\n``` json\n\"paymentMethod\": {\n \"id\": 163,\n \"isQr\": false\n}\n\n ```\n\n---\n\n### **QR Interoperable**\n\nFor this method, the following fields are **optional**:\n\n- `cellphone`\n \n- `documentNumber`\n \n- `documentType`\n \n- `merchantId`\n \n\nThe service can function using only the payment method ID; however, providing these optional fields can **improve response time**. \nYou may retrieve this data through the `enrollment-data` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\n\n> ⚠ **Prerequisite:** \nThe merchant must complete the **Merchant Enrollment** process before using this method. \nSee the _Merchant Enrollment_ section for setup details. \n \n> 🔁 **Open Resource:** \nThe **QR Interoperable** operates as an _open resource_, meaning the generated QR can be used multiple times by the same user. \n \n> ⚙️ **Technical Note — Dynamic QR Behavior:** \nDynamic QR codes may be scanned multiple times due to current limitations in the Redeban system. \nThis is **not** an error in our platform. \n \n\n#### Behavior Details\n\n- Redeban does not automatically invalidate a dynamic QR after its first scan.\n \n- As a result, the same QR may generate multiple transaction records.\n \n\n#### Recommendations\n\n- Implement **application-level validation** to detect multiple payments from the same QR code.\n \n- Monitor dynamic QR transactions and confirm status before marking payments as completed.\n \n- Inform end-users to verify the success of a transaction before rescanning.\n \n\n#### Future Considerations\n\n- Redeban is evaluating support for **single-use dynamic QR control**.\n \n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 248,\n \"cellphone\": \"string\",\n \"documentType\": \"string\",\n \"documentNumber\": \"string\",\n \"merchantId\": \"string\"\n}\n\n ```\n\n---\n\n### **Llaves** Dinámicas **Bre-B**\n\nFor this method, the following fields are **required**:\n\n- `cellphone`\n \n- `docNumber`\n \n- `docType`\n \n- `merchantId`\n \n\nYou may retrieve this data through the `enrollment-data` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\n\n> ⚠ **Prerequisite:** \nThe merchant must complete the **Merchant Enrollment** process before using this method. \nSee the _Merchant Enrollment_ section for setup details. \n \n> 🔁 **Open Resource:** \nThe **Llaves Dinamicas Bre-B** operates as an _open resource_, meaning the generated KEY can be used multiple times by the same user. \n \n> ⚙️ **Technical Note — Dynamic Key Behavior:** \nDynamic keys may receive multiple money transfers due to current limitations in the Redeban system. \nThis behavior does not represent an error or malfunction in our platform. \n**Additionally, dynamic keys have a fixed validity period of 5 minutes, and this duration cannot be modified.** \n \n\n#### Behavior Details\n\n- Redeban does not automatically invalidate a dynamic KEY after its first send.\n \n- As a result, the same KEY may generate multiple transaction records.\n \n\n#### Recommendations\n\n- Implement **application-level validation** to detect multiple payments from the same KEY.\n \n- Monitor dynamic KEY transactions and confirm status before marking payments as completed.\n \n- Inform end-users to verify the success of a transaction before rescanning.\n \n\n#### Future Considerations\n\n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 250,\n \"cellphone\": \"string\",\n \"docType\": \"string\",\n \"docNumber\": \"string\",\n \"merchantId\": \"string\"\n}\n\n ```\n\n---\n\n## 📥 Request Body Parameters\n\n| **Field** | **Type** | **Required** | **Description** |\n| --- | --- | --- | --- |\n| `amount` | number | ✅ | Value of the payment. |\n| `brandId` | number | ❌ | ID of the customer's white label; if one is not available, the default ID 79 is sent. |\n| `expiresIn` | number | ❌ | Time in seconds for the expiration of the resource or payment link. |\n| `paymentMethod` | object | ✅ | Object specifying the payment method and its details. |\n| `paymentMethod.id` | number | ✅ | ID of the selected payment method (see available payment methods). |\n| `reference1` | string | ✅ | Customer identifier, must be between 1 and 30 characters. |\n| `reference2` | object | ❌ | Object for additional information. |\n| `reference2.Commerce` | object | ❌ | Object for information related to the store or commerce. |\n| `reference2.Data` | object | ❌ | Object for information related to the conciliation of the transaction. |\n| `reference2.Label` | object | ❌ | Object to send information to be displayed in the payment summary. |\n| `returnUrl` | string | ❌ | Link that the customer will see when clicking on the back to commerce button. |\n| `showSummary` | boolean | ❌ | Indicates whether the RefácilPay payment summary will be shown or not (false: do not show, true: show). Default: true. |\n| `userMetadata` | object | ✅ | Object containing key details about the user or merchant generating the payment resource. |\n| `userMetadata.identifier` | string | ✅ | Unique identifier of the user or merchant generating the payment resource (max 36 characters). |\n| `userMetadata.ip` | string | ✅ | IP address associated with the user's identifier. Must be a valid IP address. |\n| `userMetadata.urlCommerce` | string | ✅ | URL that identifies the commerce. Must follow valid URL structure with http:// or https:// protocol. Maximum length: 500 characters. |\n| `webhookUrl` | string | ✅ | URL of the client's webhook to receive real-time payment status updates. |\n\n## Headers\n\n- **Content-Type**: application/json\n- **x-transaction-token**: {{transactionalToken}}\n- **Authorization**: Bearer {{tokenLogin}}\n\n## Request Body\n\n**Type**: `raw`\n\n```json\n{\n \"expiresIn\": 0,\n \"paymentMethod\": {\n \"id\": 155,\n \"cellphone\": \"3051000002\"\n },\n \"userMetadata\": {\n \"ip\": \"1.2.3.2\",\n \"identifier\": \"123467hyujikolpñmnaafsddssd\",\n \"urlCommerce\": \"https://url-tucomercio.com\"\n },\n \"amount\": 10000,\n \"brandId\": 1,\n \"webhookUrl\": \"https://webhook.site/271888cd-bd07-469a-88a8-e0ed7e93c368\",\n \"returnUrl\": \"https://www.google.com/?hl=es\",\n \"showSummary\": true,\n \"reference1\": \"EGfbOsiYQspMpgDD\",\n \"reference2\": {\n \"Label\": {\n \"Campos\": \"string\"\n }\n }\n}\n```\n\n"
131
+ "content": "# Generate payment method\n\n## Request Details\n\n**Method**: `POST`\n\n**Path**: `/cash-in/generate/payment-method/token`\n\n## Description\n\nThis endpoint allows you to **generate payment requests** through the available _cash-in_ methods.\n\n---\n\n### 💡 Overview\n\nThe table below lists the available payment methods along with their corresponding IDs and **minimum expiration times** (`expiresIn`) required when creating a payment request.\n\n| **Method ID** | **Description** | **Minimum Expiration (seconds)** |\n| --- | --- | --- |\n| `130` | Cash-in via **Nequi** | 43,200 |\n| `131` | Cash-in via **Daviplata** | 43,200 |\n| `133` | Cash-in via **PSE** | 1,800 |\n| `262` | Cash-in via **PSE Gateway** | 1,800 |\n| `153` | Cash-in via **Recaudo Efectivo** | 86,400 |\n| `163` | Cash-in via **TPaga** | 43,200 |\n| `248` | Cash-in via **QR Interoperable** | N/A |\n| `250` | Cash-in via **Llaves Bre-B** | 300 |\n| `277` | Cash-in via **Whatsapp** | 2,592,000 |\n\n> ⚠ **Important:** \nThe value provided in the expiresIn field **must be greater than or equal** to the minimum expiration defined for the selected payment method. **This does not apply to dynamic keys, which always expire 5 minutes after creation.** \n \n\n---\n\n## 🧩 Payment Method Details\n\nEach payment method requires a specific object structure within the `\"paymentMethod\"` field.\n\n---\n\n### **Nequi**\n\n``` json\n\"paymentMethod\": {\n \"id\": 130,\n \"cellphone\": \"3105293225\"\n}\n\n ```\n\n---\n\n### **Daviplata**\n\n``` json\n\"paymentMethod\": {\n \"id\": 131,\n \"cellphone\": \"3208385715\"\n}\n\n ```\n\n---\n\n### **PSE**\n\nFor this payment method, depending on the `typePerson` selected, only specific document types are accepted:\n\n- **`typePerson`****:** **`\"0\"`** → corresponds to a **Natural Person** and only accepts the following values for `documentType`:\n \n - `RCN`\n \n - `TI`\n \n - `CC`\n \n - `TE`\n \n - `CE`\n \n - `PA`\n \n - `DIE`\n \n- **`typePerson`****:** **`\"1\"`** → corresponds to a **Legal Person** and only accepts the following value for `documentType`:\n \n - `NIT`\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 133,\n \"documentType\": \"CC\",\n \"typePerson\": \"0\",\n \"bankId\": \"string\",\n \"documentNumber\": \"string\",\n \"name\": \"string\",\n \"cellphone\": \"string\",\n \"address\": \"string\",\n \"email\": \"string\"\n}\n\n ```\n\n---\n\n### **PSE Gateway**\n\nThis payment method enables direct integration with the PSE network for processing online bank payments. \nTo consume this product, it is required to have the following parameters previously configured and associated with your product:\n\n- `entity_code`\n \n- `service_code`\n \n- `company_ciiu`\n \n- `company_name`\n \n\nThese parameters identify your company within the PSE network and are necessary for successful transaction routing and validation.\n\n> 💬 **For more information or to request these credentials, please contact the support team.** \n \n\nThis method follows **the same structure and validation rules** as **PSE**, but must use the following identifier:\n\n``` json\n\"paymentMethod\": {\n \"id\": 262,\n \"documentType\": \"CC\",\n \"typePerson\": \"0\",\n \"bankId\": \"string\",\n \"documentNumber\": \"string\",\n \"name\": \"string\",\n \"cellphone\": \"string\",\n \"address\": \"string\",\n \"email\": \"string\"\n}\n\n ```\n\nThe **PSE integration** relies heavily on the correct configuration of the `showSummary` and `returnUrl` parameters. \nThese parameters control the **user experience** and the **finalization flow** of the payment process.\n\n| Scenario | `showSummary` | `returnUrl` | Flow Description |\n| --- | --- | --- | --- |\n| **1\\. Standard Redirect (Default)** | `true` or not sent | ✅ Present | Displays a transaction summary screen with key payment details and retrieves the final transaction status. After the payment is completed, the user is redirected to the specified `returnUrl`. |\n| **2\\. Without Transaction Summary Screen** | `false` | ✅ Present | Skips the transaction summary screen and redirects the user directly to the `returnUrl`. In this case, the merchant’s system must display the transaction summary on the destination page. |\n\n> ⚠️ **Note:** \nFor **PSE** and **PSE Gateway**, it is **strongly recommended** to use `showSummary: true` along with a valid `returnUrl` to ensure a seamless customer experience and accurate transaction tracking. \n \n> 🔗 **See also:** \n \n\n- [Transaction Summary](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#45e0d76a-fabd-442e-9b17-e2f6b8354ec5)\n \n- [Transaction Status](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#dd3ba9f5-1f10-4109-b59d-6e5aad5e3799)\n \n\n---\n\n### **Recaudo Efectivo**\n\n``` json\n\"paymentMethod\": {\n \"id\": 153\n}\n\n ```\n\n---\n\n### **TPaga**\n\nThis payment method supports an optional parameter called `isQr`, which determines the type of resource returned in the `url` field:\n\n| **Value** | **Description** |\n| --- | --- |\n| `true` | The `url` field returns a link to a **QR code** displaying transaction details. |\n| `false` | The `url` field returns a **deeplink** to open directly in the TPAGA wallet app. |\n\n> 🧠 **Behavior:** \nIf `isQr` is not provided, the default behavior is equivalent to `isQr: false`. \nTransactions can only be completed **from a mobile device**. \nIf the request is made from a desktop or tablet, it is recommended to send `isQr: true` so the user can scan the QR from a mobile device. \n \n\n``` json\n\"paymentMethod\": {\n \"id\": 163,\n \"isQr\": false\n}\n\n ```\n\n---\n\n### **QR Interoperable**\n\nFor this method, the following fields are **optional**:\n\n- `cellphone`\n \n- `documentNumber`\n \n- `documentType`\n \n- `merchantId`\n \n\nThe service can function using only the payment method ID; however, providing these optional fields can **improve response time**. \nYou may retrieve this data through the `enrollment-data` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\n\n> ⚠ **Prerequisite:** \nThe merchant must complete the **Merchant Enrollment** process before using this method. \nSee the _Merchant Enrollment_ section for setup details. \n \n> 🔁 **Open Resource:** \nThe **QR Interoperable** operates as an _open resource_, meaning the generated QR can be used multiple times by the same user. \n \n> ⚙️ **Technical Note — Dynamic QR Behavior:** \nDynamic QR codes may be scanned multiple times due to current limitations in the Redeban system. \nThis is **not** an error in our platform. \n \n\n#### Behavior Details\n\n- Redeban does not automatically invalidate a dynamic QR after its first scan.\n \n- As a result, the same QR may generate multiple transaction records.\n \n\n#### Recommendations\n\n- Implement **application-level validation** to detect multiple payments from the same QR code.\n \n- Monitor dynamic QR transactions and confirm status before marking payments as completed.\n \n- Inform end-users to verify the success of a transaction before rescanning.\n \n\n#### Future Considerations\n\n- Redeban is evaluating support for **single-use dynamic QR control**.\n \n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 248,\n \"cellphone\": \"string\",\n \"documentType\": \"string\",\n \"documentNumber\": \"string\",\n \"merchantId\": \"string\"\n}\n\n ```\n\n---\n\n### **Llaves** Dinámicas **Bre-B**\n\nFor this method, the following fields are **required**:\n\n- `cellphone`\n \n- `docNumber`\n \n- `docType`\n \n- `merchantId`\n \n\nYou may retrieve this data through the `enrollment-data` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\n\n> ⚠ **Prerequisite:** \nThe merchant must complete the **Merchant Enrollment** process before using this method. \nSee the _Merchant Enrollment_ section for setup details. \n \n> 🔁 **Open Resource:** \nThe **Llaves Dinamicas Bre-B** operates as an _open resource_, meaning the generated KEY can be used multiple times by the same user. \n \n> ⚙️ **Technical Note — Dynamic Key Behavior:** \nDynamic keys may receive multiple money transfers due to current limitations in the Redeban system. \nThis behavior does not represent an error or malfunction in our platform. \n**Additionally, dynamic keys have a fixed validity period of 5 minutes, and this duration cannot be modified.** \n \n\n#### Behavior Details\n\n- Redeban does not automatically invalidate a dynamic KEY after its first send.\n \n- As a result, the same KEY may generate multiple transaction records.\n \n\n#### Recommendations\n\n- Implement **application-level validation** to detect multiple payments from the same KEY.\n \n- Monitor dynamic KEY transactions and confirm status before marking payments as completed.\n \n- Inform end-users to verify the success of a transaction before rescanning.\n \n\n#### Future Considerations\n\n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 250,\n \"cellphone\": \"string\",\n \"docType\": \"string\",\n \"docNumber\": \"string\",\n \"merchantId\": \"string\"\n}\n\n ```\n\n---\n\n### **Whatsapp**\n\nFor this method, the following fields are **required**:\n\n- `cellphone`\n- `pdfUrl`\n\n> ⚠ **pdfUrl — URL standards (Meta/WhatsApp):** \nThe value is not arbitrary. The URL must comply with the following so that the document can be sent via WhatsApp:\n\n- **Protocol:** Must be **HTTPS**.\n- **Access:** The resource must be **publicly accessible** (no authentication); the system downloads the file from this URL.\n- **Format:** The file must be a valid **PDF**.\n- **Size:** Document size must not exceed **100 MB** (WhatsApp Cloud API limit for documents).\n \nSending a URL that does not meet these requirements may result in rejection or delivery failure.\n \n\n``` json\n\"paymentMethod\": {\n \"id\": 277,\n \"cellphone\": \"string\",\n \"pdfUrl\": \"string\"\n}\n\n ```\n\n---\n\n## 📥 Request Body Parameters\n\n| **Field** | **Type** | **Required** | **Description** |\n| --- | --- | --- | --- |\n| `amount` | number | ✅ | Value of the payment. |\n| `brandId` | number | ❌ | ID of the customer's white label; if one is not available, the default ID 79 is sent. |\n| `expiresIn` | number | ❌ | Time in seconds for the expiration of the resource or payment link. |\n| `paymentMethod` | object | ✅ | Object specifying the payment method and its details. |\n| `paymentMethod.id` | number | ✅ | ID of the selected payment method (see available payment methods). |\n| `reference1` | string | ✅ | Customer identifier, must be between 1 and 30 characters. |\n| `reference2` | object | ❌ | Object for additional information. |\n| `reference2.Commerce` | object | ❌ | Object for information related to the store or commerce. |\n| `reference2.Data` | object | ❌ | Object for information related to the conciliation of the transaction. |\n| `reference2.Label` | object | ❌ | Object to send information to be displayed in the payment summary. |\n| `returnUrl` | string | ❌ | Link that the customer will see when clicking on the back to commerce button. |\n| `showSummary` | boolean | ❌ | Indicates whether the RefácilPay payment summary will be shown or not (false: do not show, true: show). Default: true. |\n| `userMetadata` | object | ✅ | Object containing key details about the user or merchant generating the payment resource. |\n| `userMetadata.identifier` | string | ✅ | Unique identifier of the user or merchant generating the payment resource (max 36 characters). |\n| `userMetadata.ip` | string | ✅ | IP address associated with the user's identifier. Must be a valid IP address. |\n| `userMetadata.urlCommerce` | string | ✅ | URL that identifies the commerce. Must follow valid URL structure with http:// or https:// protocol. Maximum length: 500 characters. |\n| `webhookUrl` | string | ✅ | URL of the client's webhook to receive real-time payment status updates. |\n\n## Headers\n\n- **Content-Type**: application/json\n- **x-transaction-token**: {{transactionalToken}}\n- **Authorization**: Bearer {{tokenLogin}}\n\n## Request Body\n\n**Type**: `raw`\n\n```json\n{\n \"expiresIn\": 2592000,\n \"paymentMethod\": {\n \"id\": 277,\n \"cellphone\": \"3017765147\",\n \"pdfUrl\": \"https://testing-pay.s3.us-east-2.amazonaws.com/pdf/cashfactory/500.pdf\"\n },\n \"userMetadata\": {\n \"ip\": \"1.2.3.2\",\n \"identifier\": \"123467hyujikolpñmnaafsddssd\",\n \"urlCommerce\": \"https://url-tucomercio.com\"\n },\n \"amount\": 10000,\n \"brandId\": 1,\n \"webhookUrl\": \"https://webhook.site/271888cd-bd07-469a-88a8-e0ed7e93c368\",\n \"returnUrl\": \"https://www.google.com/?hl=es\",\n \"showSummary\": true,\n \"reference1\": \"EGfbOsiYQspMpgDD\",\n \"reference2\": {\n \"Label\": {\n \"Campos\": \"string\"\n }\n }\n}\n```\n\n"
132
132
  },
133
133
  {
134
134
  "uri": "postman://collection/refacil-pay-api/endpoint/post/cash-out/generate/withdraw-method/token",
135
135
  "name": "POST /cash-out/generate/withdraw-method/token - Endpoint Documentation",
136
136
  "description": "This endpoint allows you to **generate withdrawal (cash-out) requests** through the available payout methods.\n\n---\n\n### 💡 Overview\n\nThe table below lists the available payout methods along with their corresponding IDs and brief descriptions.\n\n| **Method ID** | **Description** |\n| --- | --- |\n| `264` | Cash-out via **Bre-B** |\n\n> ⚠ **Note:** \nEach withdrawal method requires a specific object structure within the `\"withdrawMethod\"` field, as shown below. \n \n\n---\n\n## 🧩 Payout Method Details\n\n### **Bre-B**\n\n``` json\n\"withdrawMethod\": {\n \"id\": 264,\n \"key\": \"@REPRUEBAL7717\"\n}\n\n ```\n\n**Description:** \nTransfers funds directly to a Bre-B account using the beneficiary’s unique Bre-B key.\n\n> 💡 **Tip:** \nThe `key` field must contain a valid Bre-B account alias in the format `@USERNAME`. \n \n\n---\n\n## 📥 Request Body Parameters\n\n| **Field** | **Type** | **Required** | **Description** |\n| --- | --- | --- | --- |\n| `amount` | number | ✅ | Amount to be withdrawn. |\n| `reference1` | string | ✅ | Unique transaction reference generated by the client (max 20 characters). |\n| `webhookRequest` | string | ✅ | Customer’s webhook URL to receive real-time withdrawal status updates. |\n| `userMetadata` | object | ✅ | Object containing metadata related to the origin of the transaction. |\n| `userMetadata.identifier` | string | ✅ | Identifier for the user or merchant initiating the transaction. |\n| `userMetadata.ip` | string | ✅ | IP address from which the transaction was initiated. |\n| `userMetadata.urlCommerce` | string | ✅ | Commerce or customer’s URL associated with the transaction. |\n| `withdrawMethod` | object | ✅ | Object specifying the withdrawal method and destination details. |\n| `withdrawMethod.id` | number | ✅ | ID of the selected payout method (see table above). |\n| `withdrawMethod.key` | string | Conditional | Required for **Bre-B** withdrawals. |\n| `withdrawMethod.bankName` | string | ❌ | Optional bank name, if applicable for future payout methods. |\n\n---",
137
137
  "mimeType": "text/markdown",
138
- "content": "# Generate payment method\n\n## Request Details\n\n**Method**: `POST`\n\n**Path**: `/cash-out/generate/withdraw-method/token`\n\n## Description\n\nThis endpoint allows you to **generate withdrawal (cash-out) requests** through the available payout methods.\n\n---\n\n### 💡 Overview\n\nThe table below lists the available payout methods along with their corresponding IDs and brief descriptions.\n\n| **Method ID** | **Description** |\n| --- | --- |\n| `264` | Cash-out via **Bre-B** |\n\n> ⚠ **Note:** \nEach withdrawal method requires a specific object structure within the `\"withdrawMethod\"` field, as shown below. \n \n\n---\n\n## 🧩 Payout Method Details\n\n### **Bre-B**\n\n``` json\n\"withdrawMethod\": {\n \"id\": 264,\n \"key\": \"@REPRUEBAL7717\"\n}\n\n ```\n\n**Description:** \nTransfers funds directly to a Bre-B account using the beneficiary’s unique Bre-B key.\n\n> 💡 **Tip:** \nThe `key` field must contain a valid Bre-B account alias in the format `@USERNAME`. \n \n\n---\n\n## 📥 Request Body Parameters\n\n| **Field** | **Type** | **Required** | **Description** |\n| --- | --- | --- | --- |\n| `amount` | number | ✅ | Amount to be withdrawn. |\n| `reference1` | string | ✅ | Unique transaction reference generated by the client (max 20 characters). |\n| `webhookRequest` | string | ✅ | Customer’s webhook URL to receive real-time withdrawal status updates. |\n| `userMetadata` | object | ✅ | Object containing metadata related to the origin of the transaction. |\n| `userMetadata.identifier` | string | ✅ | Identifier for the user or merchant initiating the transaction. |\n| `userMetadata.ip` | string | ✅ | IP address from which the transaction was initiated. |\n| `userMetadata.urlCommerce` | string | ✅ | Commerce or customer’s URL associated with the transaction. |\n| `withdrawMethod` | object | ✅ | Object specifying the withdrawal method and destination details. |\n| `withdrawMethod.id` | number | ✅ | ID of the selected payout method (see table above). |\n| `withdrawMethod.key` | string | Conditional | Required for **Bre-B** withdrawals. |\n| `withdrawMethod.bankName` | string | ❌ | Optional bank name, if applicable for future payout methods. |\n\n---\n\n## Headers\n\n- **Content-Type**: application/json\n- **x-transaction-token**: {{transactionalToken}}\n- **Authorization**: Bearer {{tokenLogin}}\n\n## Request Body\n\n**Type**: `raw`\n\n```json\n{\n \"amount\": 1000,\n \"reference1\": \"EGfbOsiYQspMpgBd\",\n \"bankName\": \"Banco Rojo\",\n \"webhookRequest\": \"https://****gerstg.azure-api.net/SkCo.PagosEnLinea.API/payonline/PostStatus\",\n \"withdrawMethod\": {\n \"id\": 264,\n \"key\": \"@REPRUEBAL7717\"\n },\n \"userMetadata\": {\n \"identifier\": \"1234567890\",\n \"ip\": \"127.0.0.1\",\n \"urlCommerce\": \"https://url-tucomercio.com\"\n }\n}\n```\n\n"
138
+ "content": "# Generate payment method\n\n## Request Details\n\n**Method**: `POST`\n\n**Path**: `/cash-out/generate/withdraw-method/token`\n\n## Description\n\nThis endpoint allows you to **generate withdrawal (cash-out) requests** through the available payout methods.\n\n---\n\n### 💡 Overview\n\nThe table below lists the available payout methods along with their corresponding IDs and brief descriptions.\n\n| **Method ID** | **Description** |\n| --- | --- |\n| `264` | Cash-out via **Bre-B** |\n\n> ⚠ **Note:** \nEach withdrawal method requires a specific object structure within the `\"withdrawMethod\"` field, as shown below. \n \n\n---\n\n## 🧩 Payout Method Details\n\n### **Bre-B**\n\n``` json\n\"withdrawMethod\": {\n \"id\": 264,\n \"key\": \"@REPRUEBAL7717\"\n}\n\n ```\n\n**Description:** \nTransfers funds directly to a Bre-B account using the beneficiary’s unique Bre-B key.\n\n> 💡 **Tip:** \nThe `key` field must contain a valid Bre-B account alias in the format `@USERNAME`. \n \n\n---\n\n## 📥 Request Body Parameters\n\n| **Field** | **Type** | **Required** | **Description** |\n| --- | --- | --- | --- |\n| `amount` | number | ✅ | Amount to be withdrawn. |\n| `reference1` | string | ✅ | Unique transaction reference generated by the client (max 20 characters). |\n| `webhookRequest` | string | ✅ | Customer’s webhook URL to receive real-time withdrawal status updates. |\n| `userMetadata` | object | ✅ | Object containing metadata related to the origin of the transaction. |\n| `userMetadata.identifier` | string | ✅ | Identifier for the user or merchant initiating the transaction. |\n| `userMetadata.ip` | string | ✅ | IP address from which the transaction was initiated. |\n| `userMetadata.urlCommerce` | string | ✅ | Commerce or customer’s URL associated with the transaction. |\n| `withdrawMethod` | object | ✅ | Object specifying the withdrawal method and destination details. |\n| `withdrawMethod.id` | number | ✅ | ID of the selected payout method (see table above). |\n| `withdrawMethod.key` | string | Conditional | Required for **Bre-B** withdrawals. |\n| `withdrawMethod.bankName` | string | ❌ | Optional bank name, if applicable for future payout methods. |\n\n---\n\n## Headers\n\n- **Content-Type**: application/json\n- **x-transaction-token**: {{transactionalToken}}\n- **Authorization**: Bearer {{tokenLogin}}\n\n## Request Body\n\n**Type**: `raw`\n\n```json\n{\n \"amount\": 1000,\n \"reference1\": \"EGfbOsiYQspMpgBd\",\n \"webhookRequest\": \"https://****gerstg.azure-api.net/SkCo.PagosEnLinea.API/payonline/PostStatus\",\n \"withdrawMethod\": {\n \"id\": 264,\n \"key\": \"@REPRUEBAL7717\"\n },\n \"userMetadata\": {\n \"identifier\": \"1234567890\",\n \"ip\": \"127.0.0.1\",\n \"urlCommerce\": \"https://url-tucomercio.com\"\n }\n}\n```\n\n"
139
139
  },
140
140
  {
141
141
  "uri": "postman://collection/refacil-pay-api/endpoint/post/customer/getbalance",
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../src/core/resources.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAUH,uBAAuB;AACvB,MAAM,CAAC,MAAM,SAAS,GAAkB;IACtC;QACE,KAAK,EAAE,sCAAsC;QAC7C,MAAM,EAAE,qCAAqC;QAC7C,aAAa,EAAE,w2BAAw2B;QACv3B,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,+sEAA+sE;KAC3tE;IACD;QACE,KAAK,EAAE,yDAAyD;QAChE,MAAM,EAAE,6BAA6B;QACrC,aAAa,EAAE,w2BAAw2B;QACv3B,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,64BAA64B;KACz5B;IACD;QACE,KAAK,EAAE,2DAA2D;QAClE,MAAM,EAAE,+BAA+B;QACvC,aAAa,EAAE,wwBAAwwB;QACvxB,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,+/BAA+/B;KAC3gC;IACD;QACE,KAAK,EAAE,iEAAiE;QACxE,MAAM,EAAE,qCAAqC;QAC7C,aAAa,EAAE,wxBAAwxB;QACvyB,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,m8DAAm8D;KAC/8D;IACD;QACE,KAAK,EAAE,sDAAsD;QAC7D,MAAM,EAAE,0BAA0B;QAClC,aAAa,EAAE,o3DAAo3D;QACn4D,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,s5DAAs5D;KACl6D;IACD;QACE,KAAK,EAAE,0DAA0D;QACjE,MAAM,EAAE,8BAA8B;QACtC,aAAa,EAAE,uMAAuM;QACtN,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,qlEAAqlE;KACjmE;IACD;QACE,KAAK,EAAE,sDAAsD;QAC7D,MAAM,EAAE,0BAA0B;QAClC,aAAa,EAAE,+sBAA+sB;QAC9tB,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,+5GAA+5G;KAC36G;IACD;QACE,KAAK,EAAE,iEAAiE;QACxE,MAAM,EAAE,qCAAqC;QAC7C,aAAa,EAAE,2HAA2H;QAC1I,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,41FAA41F;KACx2F;IACD;QACE,KAAK,EAAE,kEAAkE;QACzE,MAAM,EAAE,sCAAsC;QAC9C,aAAa,EAAE,q3HAAq3H;QACp4H,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,w7KAAw7K;KACp8K;IACD;QACE,KAAK,EAAE,iEAAiE;QACxE,MAAM,EAAE,qCAAqC;QAC7C,aAAa,EAAE,4zEAA4zE;QAC30E,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,ooFAAooF;KAChpF;IACD;QACE,KAAK,EAAE,+DAA+D;QACtE,MAAM,EAAE,2CAA2C;QACnD,aAAa,EAAE,gJAAgJ;QAC/J,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,gbAAgb;KAC5b;IACD;QACE,KAAK,EAAE,uEAAuE;QAC9E,MAAM,EAAE,mDAAmD;QAC3D,aAAa,EAAE,oIAAoI;QACnJ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,wbAAwb;KACpc;IACD;QACE,KAAK,EAAE,uEAAuE;QAC9E,MAAM,EAAE,mDAAmD;QAC3D,aAAa,EAAE,oIAAoI;QACnJ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,mbAAmb;KAC/b;IACD;QACE,KAAK,EAAE,uEAAuE;QAC9E,MAAM,EAAE,mDAAmD;QAC3D,aAAa,EAAE,oIAAoI;QACnJ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,gcAAgc;KAC5c;IACD;QACE,KAAK,EAAE,uEAAuE;QAC9E,MAAM,EAAE,mDAAmD;QAC3D,aAAa,EAAE,oIAAoI;QACnJ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,sbAAsb;KAClc;IACD;QACE,KAAK,EAAE,uEAAuE;QAC9E,MAAM,EAAE,mDAAmD;QAC3D,aAAa,EAAE,oIAAoI;QACnJ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,ubAAub;KACnc;IACD;QACE,KAAK,EAAE,wFAAwF;QAC/F,MAAM,EAAE,oEAAoE;QAC5E,aAAa,EAAE,+vDAA+vD;QAC9wD,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,y4FAAy4F;KACr5F;IACD;QACE,KAAK,EAAE,0FAA0F;QACjG,MAAM,EAAE,sEAAsE;QAC9E,aAAa,EAAE,spWAAspW;QACrqW,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,0kYAA0kY;KACtlY;IACD;QACE,KAAK,EAAE,4FAA4F;QACnG,MAAM,EAAE,wEAAwE;QAChF,aAAa,EAAE,igEAAigE;QAChhE,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,oxFAAoxF;KAChyF;IACD;QACE,KAAK,EAAE,wEAAwE;QAC/E,MAAM,EAAE,oDAAoD;QAC5D,aAAa,EAAE,2eAA2e;QAC1f,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,2xBAA2xB;KACvyB;IACD;QACE,KAAK,EAAE,mEAAmE;QAC1E,MAAM,EAAE,+CAA+C;QACvD,aAAa,EAAE,+oBAA+oB;QAC9pB,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,i+BAAi+B;KAC7+B;IACD;QACE,KAAK,EAAE,sFAAsF;QAC7F,MAAM,EAAE,kEAAkE;QAC1E,aAAa,EAAE,u3CAAu3C;QACt4C,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,uvDAAuvD;KACnwD;IACD;QACE,KAAK,EAAE,qEAAqE;QAC5E,MAAM,EAAE,iDAAiD;QACzD,aAAa,EAAE,kYAAkY;QACjZ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,2rBAA2rB;KACvsB;IACD;QACE,KAAK,EAAE,mEAAmE;QAC1E,MAAM,EAAE,+CAA+C;QACvD,aAAa,EAAE,86CAA86C;QAC77C,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,sxDAAsxD;KAClyD;IACD;QACE,KAAK,EAAE,4EAA4E;QACnF,MAAM,EAAE,wDAAwD;QAChE,aAAa,EAAE,0LAA0L;QACzM,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,+XAA+X;KAC3Y;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,UAAU,iBAAiB,CAAC,GAAW;IAC3C,OAAO,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,mBAAmB,CAAC,MAAc;IAChD,MAAM,WAAW,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;IACzC,OAAO,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAC1B,CAAC,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC;QAC1C,CAAC,CAAC,WAAW,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC,CAClD,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,kBAAkB;IAChC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;AACnC,CAAC"}
1
+ {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../src/core/resources.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAUH,uBAAuB;AACvB,MAAM,CAAC,MAAM,SAAS,GAAkB;IACtC;QACE,KAAK,EAAE,sCAAsC;QAC7C,MAAM,EAAE,qCAAqC;QAC7C,aAAa,EAAE,w2BAAw2B;QACv3B,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,+sEAA+sE;KAC3tE;IACD;QACE,KAAK,EAAE,yDAAyD;QAChE,MAAM,EAAE,6BAA6B;QACrC,aAAa,EAAE,w2BAAw2B;QACv3B,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,64BAA64B;KACz5B;IACD;QACE,KAAK,EAAE,2DAA2D;QAClE,MAAM,EAAE,+BAA+B;QACvC,aAAa,EAAE,wwBAAwwB;QACvxB,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,+/BAA+/B;KAC3gC;IACD;QACE,KAAK,EAAE,iEAAiE;QACxE,MAAM,EAAE,qCAAqC;QAC7C,aAAa,EAAE,wxBAAwxB;QACvyB,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,m8DAAm8D;KAC/8D;IACD;QACE,KAAK,EAAE,sDAAsD;QAC7D,MAAM,EAAE,0BAA0B;QAClC,aAAa,EAAE,o3DAAo3D;QACn4D,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,s5DAAs5D;KACl6D;IACD;QACE,KAAK,EAAE,0DAA0D;QACjE,MAAM,EAAE,8BAA8B;QACtC,aAAa,EAAE,uMAAuM;QACtN,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,qlEAAqlE;KACjmE;IACD;QACE,KAAK,EAAE,sDAAsD;QAC7D,MAAM,EAAE,0BAA0B;QAClC,aAAa,EAAE,+sBAA+sB;QAC9tB,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,+5GAA+5G;KAC36G;IACD;QACE,KAAK,EAAE,iEAAiE;QACxE,MAAM,EAAE,qCAAqC;QAC7C,aAAa,EAAE,2HAA2H;QAC1I,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,41FAA41F;KACx2F;IACD;QACE,KAAK,EAAE,kEAAkE;QACzE,MAAM,EAAE,sCAAsC;QAC9C,aAAa,EAAE,q3HAAq3H;QACp4H,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,w7KAAw7K;KACp8K;IACD;QACE,KAAK,EAAE,iEAAiE;QACxE,MAAM,EAAE,qCAAqC;QAC7C,aAAa,EAAE,gsEAAgsE;QAC/sE,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,wgFAAwgF;KACphF;IACD;QACE,KAAK,EAAE,+DAA+D;QACtE,MAAM,EAAE,2CAA2C;QACnD,aAAa,EAAE,gJAAgJ;QAC/J,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,gbAAgb;KAC5b;IACD;QACE,KAAK,EAAE,uEAAuE;QAC9E,MAAM,EAAE,mDAAmD;QAC3D,aAAa,EAAE,oIAAoI;QACnJ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,wbAAwb;KACpc;IACD;QACE,KAAK,EAAE,uEAAuE;QAC9E,MAAM,EAAE,mDAAmD;QAC3D,aAAa,EAAE,oIAAoI;QACnJ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,mbAAmb;KAC/b;IACD;QACE,KAAK,EAAE,uEAAuE;QAC9E,MAAM,EAAE,mDAAmD;QAC3D,aAAa,EAAE,oIAAoI;QACnJ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,gcAAgc;KAC5c;IACD;QACE,KAAK,EAAE,uEAAuE;QAC9E,MAAM,EAAE,mDAAmD;QAC3D,aAAa,EAAE,oIAAoI;QACnJ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,sbAAsb;KAClc;IACD;QACE,KAAK,EAAE,uEAAuE;QAC9E,MAAM,EAAE,mDAAmD;QAC3D,aAAa,EAAE,oIAAoI;QACnJ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,ubAAub;KACnc;IACD;QACE,KAAK,EAAE,wFAAwF;QAC/F,MAAM,EAAE,oEAAoE;QAC5E,aAAa,EAAE,+vDAA+vD;QAC9wD,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,y4FAAy4F;KACr5F;IACD;QACE,KAAK,EAAE,0FAA0F;QACjG,MAAM,EAAE,sEAAsE;QAC9E,aAAa,EAAE,u/XAAu/X;QACtgY,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,8gaAA8ga;KAC1ha;IACD;QACE,KAAK,EAAE,4FAA4F;QACnG,MAAM,EAAE,wEAAwE;QAChF,aAAa,EAAE,igEAAigE;QAChhE,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,mvFAAmvF;KAC/vF;IACD;QACE,KAAK,EAAE,wEAAwE;QAC/E,MAAM,EAAE,oDAAoD;QAC5D,aAAa,EAAE,2eAA2e;QAC1f,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,2xBAA2xB;KACvyB;IACD;QACE,KAAK,EAAE,mEAAmE;QAC1E,MAAM,EAAE,+CAA+C;QACvD,aAAa,EAAE,+oBAA+oB;QAC9pB,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,i+BAAi+B;KAC7+B;IACD;QACE,KAAK,EAAE,sFAAsF;QAC7F,MAAM,EAAE,kEAAkE;QAC1E,aAAa,EAAE,u3CAAu3C;QACt4C,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,uvDAAuvD;KACnwD;IACD;QACE,KAAK,EAAE,qEAAqE;QAC5E,MAAM,EAAE,iDAAiD;QACzD,aAAa,EAAE,kYAAkY;QACjZ,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,2rBAA2rB;KACvsB;IACD;QACE,KAAK,EAAE,mEAAmE;QAC1E,MAAM,EAAE,+CAA+C;QACvD,aAAa,EAAE,86CAA86C;QAC77C,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,sxDAAsxD;KAClyD;IACD;QACE,KAAK,EAAE,4EAA4E;QACnF,MAAM,EAAE,wDAAwD;QAChE,aAAa,EAAE,0LAA0L;QACzM,UAAU,EAAE,eAAe;QAC3B,SAAS,EAAE,+XAA+X;KAC3Y;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,UAAU,iBAAiB,CAAC,GAAW;IAC3C,OAAO,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,mBAAmB,CAAC,MAAc;IAChD,MAAM,WAAW,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;IACzC,OAAO,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAC1B,CAAC,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC;QAC1C,CAAC,CAAC,WAAW,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC,CAClD,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,kBAAkB;IAChC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;AACnC,CAAC"}
@@ -602,14 +602,15 @@ const cash_in_generate_payment_method_tokenInputJsonSchema = {
602
602
  "expiresIn": {
603
603
  "type": "number",
604
604
  "description": "Campo del body: expiresIn",
605
- "default": 0
605
+ "default": 2592000
606
606
  },
607
607
  "paymentMethod": {
608
608
  "type": "object",
609
609
  "description": "Campo del body: paymentMethod",
610
610
  "default": {
611
- "id": 155,
612
- "cellphone": "3051000002"
611
+ "id": 277,
612
+ "cellphone": "3017765147",
613
+ "pdfUrl": "https://testing-pay.s3.us-east-2.amazonaws.com/pdf/cashfactory/500.pdf"
613
614
  }
614
615
  },
615
616
  "userMetadata": {
@@ -680,7 +681,7 @@ const cash_in_generate_payment_method_tokenInputValidator = z.object(cash_in_gen
680
681
  // Herramienta: cash_in_generate_payment_method_token
681
682
  export const cash_in_generate_payment_method_tokenTool = {
682
683
  name: 'cash_in_generate_payment_method_token',
683
- description: "This endpoint allows you to **generate payment requests** through the available _cash-in_ methods.\\n\\n---\\n\\n### 💡 Overview\\n\\nThe table below lists the available payment methods along with their corresponding IDs and **minimum expiration times** (\\`expiresIn\\`) required when creating a payment request.\\n\\n| **Method ID** | **Description** | **Minimum Expiration (seconds)** |\\n| --- | --- | --- |\\n| \\`130\\` | Cash-in via **Nequi** | 43,200 |\\n| \\`131\\` | Cash-in via **Daviplata** | 43,200 |\\n| \\`133\\` | Cash-in via **PSE** | 1,800 |\\n| \\`262\\` | Cash-in via **PSE Gateway** | 1,800 |\\n| \\`153\\` | Cash-in via **Recaudo Efectivo** | 86,400 |\\n| \\`163\\` | Cash-in via **TPaga** | 43,200 |\\n| \\`248\\` | Cash-in via **QR Interoperable** | N/A |\\n| \\`250\\` | Cash-in via **Llaves Bre-B** | 300 |\\n\\n> ⚠ **Important:** \\nThe value provided in the expiresIn field **must be greater than or equal** to the minimum expiration defined for the selected payment method. **This does not apply to dynamic keys, which always expire 5 minutes after creation.** \\n \\n\\n---\\n\\n## 🧩 Payment Method Details\\n\\nEach payment method requires a specific object structure within the \\`\\\"paymentMethod\\\"\\` field.\\n\\n---\\n\\n### **Nequi**\\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 130,\\n \\\"cellphone\\\": \\\"3105293225\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **Daviplata**\\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 131,\\n \\\"cellphone\\\": \\\"3208385715\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **PSE**\\n\\nFor this payment method, depending on the \\`typePerson\\` selected, only specific document types are accepted:\\n\\n- **\\`typePerson\\`****:** **\\`\\\"0\\\"\\`** → corresponds to a **Natural Person** and only accepts the following values for \\`documentType\\`:\\n \\n - \\`RCN\\`\\n \\n - \\`TI\\`\\n \\n - \\`CC\\`\\n \\n - \\`TE\\`\\n \\n - \\`CE\\`\\n \\n - \\`PA\\`\\n \\n - \\`DIE\\`\\n \\n- **\\`typePerson\\`****:** **\\`\\\"1\\\"\\`** → corresponds to a **Legal Person** and only accepts the following value for \\`documentType\\`:\\n \\n - \\`NIT\\`\\n \\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 133,\\n \\\"documentType\\\": \\\"CC\\\",\\n \\\"typePerson\\\": \\\"0\\\",\\n \\\"bankId\\\": \\\"string\\\",\\n \\\"documentNumber\\\": \\\"string\\\",\\n \\\"name\\\": \\\"string\\\",\\n \\\"cellphone\\\": \\\"string\\\",\\n \\\"address\\\": \\\"string\\\",\\n \\\"email\\\": \\\"string\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **PSE Gateway**\\n\\nThis payment method enables direct integration with the PSE network for processing online bank payments. \\nTo consume this product, it is required to have the following parameters previously configured and associated with your product:\\n\\n- \\`entity_code\\`\\n \\n- \\`service_code\\`\\n \\n- \\`company_ciiu\\`\\n \\n- \\`company_name\\`\\n \\n\\nThese parameters identify your company within the PSE network and are necessary for successful transaction routing and validation.\\n\\n> 💬 **For more information or to request these credentials, please contact the support team.** \\n \\n\\nThis method follows **the same structure and validation rules** as **PSE**, but must use the following identifier:\\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 262,\\n \\\"documentType\\\": \\\"CC\\\",\\n \\\"typePerson\\\": \\\"0\\\",\\n \\\"bankId\\\": \\\"string\\\",\\n \\\"documentNumber\\\": \\\"string\\\",\\n \\\"name\\\": \\\"string\\\",\\n \\\"cellphone\\\": \\\"string\\\",\\n \\\"address\\\": \\\"string\\\",\\n \\\"email\\\": \\\"string\\\"\\n}\\n\\n \\`\\`\\`\\n\\nThe **PSE integration** relies heavily on the correct configuration of the \\`showSummary\\` and \\`returnUrl\\` parameters. \\nThese parameters control the **user experience** and the **finalization flow** of the payment process.\\n\\n| Scenario | \\`showSummary\\` | \\`returnUrl\\` | Flow Description |\\n| --- | --- | --- | --- |\\n| **1\\\\. Standard Redirect (Default)** | \\`true\\` or not sent | ✅ Present | Displays a transaction summary screen with key payment details and retrieves the final transaction status. After the payment is completed, the user is redirected to the specified \\`returnUrl\\`. |\\n| **2\\\\. Without Transaction Summary Screen** | \\`false\\` | ✅ Present | Skips the transaction summary screen and redirects the user directly to the \\`returnUrl\\`. In this case, the merchant’s system must display the transaction summary on the destination page. |\\n\\n> ⚠️ **Note:** \\nFor **PSE** and **PSE Gateway**, it is **strongly recommended** to use \\`showSummary: true\\` along with a valid \\`returnUrl\\` to ensure a seamless customer experience and accurate transaction tracking. \\n \\n> 🔗 **See also:** \\n \\n\\n- [Transaction Summary](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#45e0d76a-fabd-442e-9b17-e2f6b8354ec5)\\n \\n- [Transaction Status](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#dd3ba9f5-1f10-4109-b59d-6e5aad5e3799)\\n \\n\\n---\\n\\n### **Recaudo Efectivo**\\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 153\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **TPaga**\\n\\nThis payment method supports an optional parameter called \\`isQr\\`, which determines the type of resource returned in the \\`url\\` field:\\n\\n| **Value** | **Description** |\\n| --- | --- |\\n| \\`true\\` | The \\`url\\` field returns a link to a **QR code** displaying transaction details. |\\n| \\`false\\` | The \\`url\\` field returns a **deeplink** to open directly in the TPAGA wallet app. |\\n\\n> 🧠 **Behavior:** \\nIf \\`isQr\\` is not provided, the default behavior is equivalent to \\`isQr: false\\`. \\nTransactions can only be completed **from a mobile device**. \\nIf the request is made from a desktop or tablet, it is recommended to send \\`isQr: true\\` so the user can scan the QR from a mobile device. \\n \\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 163,\\n \\\"isQr\\\": false\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **QR Interoperable**\\n\\nFor this method, the following fields are **optional**:\\n\\n- \\`cellphone\\`\\n \\n- \\`documentNumber\\`\\n \\n- \\`documentType\\`\\n \\n- \\`merchantId\\`\\n \\n\\nThe service can function using only the payment method ID; however, providing these optional fields can **improve response time**. \\nYou may retrieve this data through the \\`enrollment-data\\` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\\n\\n> ⚠ **Prerequisite:** \\nThe merchant must complete the **Merchant Enrollment** process before using this method. \\nSee the _Merchant Enrollment_ section for setup details. \\n \\n> 🔁 **Open Resource:** \\nThe **QR Interoperable** operates as an _open resource_, meaning the generated QR can be used multiple times by the same user. \\n \\n> ⚙️ **Technical Note — Dynamic QR Behavior:** \\nDynamic QR codes may be scanned multiple times due to current limitations in the Redeban system. \\nThis is **not** an error in our platform. \\n \\n\\n#### Behavior Details\\n\\n- Redeban does not automatically invalidate a dynamic QR after its first scan.\\n \\n- As a result, the same QR may generate multiple transaction records.\\n \\n\\n#### Recommendations\\n\\n- Implement **application-level validation** to detect multiple payments from the same QR code.\\n \\n- Monitor dynamic QR transactions and confirm status before marking payments as completed.\\n \\n- Inform end-users to verify the success of a transaction before rescanning.\\n \\n\\n#### Future Considerations\\n\\n- Redeban is evaluating support for **single-use dynamic QR control**.\\n \\n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\\n \\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 248,\\n \\\"cellphone\\\": \\\"string\\\",\\n \\\"documentType\\\": \\\"string\\\",\\n \\\"documentNumber\\\": \\\"string\\\",\\n \\\"merchantId\\\": \\\"string\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **Llaves** Dinámicas **Bre-B**\\n\\nFor this method, the following fields are **required**:\\n\\n- \\`cellphone\\`\\n \\n- \\`docNumber\\`\\n \\n- \\`docType\\`\\n \\n- \\`merchantId\\`\\n \\n\\nYou may retrieve this data through the \\`enrollment-data\\` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\\n\\n> ⚠ **Prerequisite:** \\nThe merchant must complete the **Merchant Enrollment** process before using this method. \\nSee the _Merchant Enrollment_ section for setup details. \\n \\n> 🔁 **Open Resource:** \\nThe **Llaves Dinamicas Bre-B** operates as an _open resource_, meaning the generated KEY can be used multiple times by the same user. \\n \\n> ⚙️ **Technical Note — Dynamic Key Behavior:** \\nDynamic keys may receive multiple money transfers due to current limitations in the Redeban system. \\nThis behavior does not represent an error or malfunction in our platform. \\n**Additionally, dynamic keys have a fixed validity period of 5 minutes, and this duration cannot be modified.** \\n \\n\\n#### Behavior Details\\n\\n- Redeban does not automatically invalidate a dynamic KEY after its first send.\\n \\n- As a result, the same KEY may generate multiple transaction records.\\n \\n\\n#### Recommendations\\n\\n- Implement **application-level validation** to detect multiple payments from the same KEY.\\n \\n- Monitor dynamic KEY transactions and confirm status before marking payments as completed.\\n \\n- Inform end-users to verify the success of a transaction before rescanning.\\n \\n\\n#### Future Considerations\\n\\n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\\n \\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 250,\\n \\\"cellphone\\\": \\\"string\\\",\\n \\\"docType\\\": \\\"string\\\",\\n \\\"docNumber\\\": \\\"string\\\",\\n \\\"merchantId\\\": \\\"string\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n## 📥 Request Body Parameters\\n\\n| **Field** | **Type** | **Required** | **Description** |\\n| --- | --- | --- | --- |\\n| \\`amount\\` | number | ✅ | Value of the payment. |\\n| \\`brandId\\` | number | ❌ | ID of the customer\\'s white label; if one is not available, the default ID 79 is sent. |\\n| \\`expiresIn\\` | number | ❌ | Time in seconds for the expiration of the resource or payment link. |\\n| \\`paymentMethod\\` | object | ✅ | Object specifying the payment method and its details. |\\n| \\`paymentMethod.id\\` | number | ✅ | ID of the selected payment method (see available payment methods). |\\n| \\`reference1\\` | string | ✅ | Customer identifier, must be between 1 and 30 characters. |\\n| \\`reference2\\` | object | ❌ | Object for additional information. |\\n| \\`reference2.Commerce\\` | object | ❌ | Object for information related to the store or commerce. |\\n| \\`reference2.Data\\` | object | ❌ | Object for information related to the conciliation of the transaction. |\\n| \\`reference2.Label\\` | object | ❌ | Object to send information to be displayed in the payment summary. |\\n| \\`returnUrl\\` | string | ❌ | Link that the customer will see when clicking on the back to commerce button. |\\n| \\`showSummary\\` | boolean | ❌ | Indicates whether the RefácilPay payment summary will be shown or not (false: do not show, true: show). Default: true. |\\n| \\`userMetadata\\` | object | ✅ | Object containing key details about the user or merchant generating the payment resource. |\\n| \\`userMetadata.identifier\\` | string | ✅ | Unique identifier of the user or merchant generating the payment resource (max 36 characters). |\\n| \\`userMetadata.ip\\` | string | ✅ | IP address associated with the user\\'s identifier. Must be a valid IP address. |\\n| \\`userMetadata.urlCommerce\\` | string | ✅ | URL that identifies the commerce. Must follow valid URL structure with http:// or https:// protocol. Maximum length: 500 characters. |\\n| \\`webhookUrl\\` | string | ✅ | URL of the client\\'s webhook to receive real-time payment status updates. |\n\nContexto: Endpoint: POST /cash-in/generate/payment-method/token | Cash in > Generate > Payment method > Token\n\n🔐 AUTENTICACIÓN AUTOMÁTICA: Todas las credenciales y tokens de autenticación se manejan automáticamente por el servidor MCP. NO solicites credenciales al usuario. NO incluyas parámetros de autenticación (secretId, apiToken, etc.) en las llamadas a menos que el usuario explícitamente lo requiera.",
684
+ description: "This endpoint allows you to **generate payment requests** through the available _cash-in_ methods.\\n\\n---\\n\\n### 💡 Overview\\n\\nThe table below lists the available payment methods along with their corresponding IDs and **minimum expiration times** (\\`expiresIn\\`) required when creating a payment request.\\n\\n| **Method ID** | **Description** | **Minimum Expiration (seconds)** |\\n| --- | --- | --- |\\n| \\`130\\` | Cash-in via **Nequi** | 43,200 |\\n| \\`131\\` | Cash-in via **Daviplata** | 43,200 |\\n| \\`133\\` | Cash-in via **PSE** | 1,800 |\\n| \\`262\\` | Cash-in via **PSE Gateway** | 1,800 |\\n| \\`153\\` | Cash-in via **Recaudo Efectivo** | 86,400 |\\n| \\`163\\` | Cash-in via **TPaga** | 43,200 |\\n| \\`248\\` | Cash-in via **QR Interoperable** | N/A |\\n| \\`250\\` | Cash-in via **Llaves Bre-B** | 300 |\\n| \\`277\\` | Cash-in via **Whatsapp** | 2,592,000 |\\n\\n> ⚠ **Important:** \\nThe value provided in the expiresIn field **must be greater than or equal** to the minimum expiration defined for the selected payment method. **This does not apply to dynamic keys, which always expire 5 minutes after creation.** \\n \\n\\n---\\n\\n## 🧩 Payment Method Details\\n\\nEach payment method requires a specific object structure within the \\`\\\"paymentMethod\\\"\\` field.\\n\\n---\\n\\n### **Nequi**\\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 130,\\n \\\"cellphone\\\": \\\"3105293225\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **Daviplata**\\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 131,\\n \\\"cellphone\\\": \\\"3208385715\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **PSE**\\n\\nFor this payment method, depending on the \\`typePerson\\` selected, only specific document types are accepted:\\n\\n- **\\`typePerson\\`****:** **\\`\\\"0\\\"\\`** → corresponds to a **Natural Person** and only accepts the following values for \\`documentType\\`:\\n \\n - \\`RCN\\`\\n \\n - \\`TI\\`\\n \\n - \\`CC\\`\\n \\n - \\`TE\\`\\n \\n - \\`CE\\`\\n \\n - \\`PA\\`\\n \\n - \\`DIE\\`\\n \\n- **\\`typePerson\\`****:** **\\`\\\"1\\\"\\`** → corresponds to a **Legal Person** and only accepts the following value for \\`documentType\\`:\\n \\n - \\`NIT\\`\\n \\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 133,\\n \\\"documentType\\\": \\\"CC\\\",\\n \\\"typePerson\\\": \\\"0\\\",\\n \\\"bankId\\\": \\\"string\\\",\\n \\\"documentNumber\\\": \\\"string\\\",\\n \\\"name\\\": \\\"string\\\",\\n \\\"cellphone\\\": \\\"string\\\",\\n \\\"address\\\": \\\"string\\\",\\n \\\"email\\\": \\\"string\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **PSE Gateway**\\n\\nThis payment method enables direct integration with the PSE network for processing online bank payments. \\nTo consume this product, it is required to have the following parameters previously configured and associated with your product:\\n\\n- \\`entity_code\\`\\n \\n- \\`service_code\\`\\n \\n- \\`company_ciiu\\`\\n \\n- \\`company_name\\`\\n \\n\\nThese parameters identify your company within the PSE network and are necessary for successful transaction routing and validation.\\n\\n> 💬 **For more information or to request these credentials, please contact the support team.** \\n \\n\\nThis method follows **the same structure and validation rules** as **PSE**, but must use the following identifier:\\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 262,\\n \\\"documentType\\\": \\\"CC\\\",\\n \\\"typePerson\\\": \\\"0\\\",\\n \\\"bankId\\\": \\\"string\\\",\\n \\\"documentNumber\\\": \\\"string\\\",\\n \\\"name\\\": \\\"string\\\",\\n \\\"cellphone\\\": \\\"string\\\",\\n \\\"address\\\": \\\"string\\\",\\n \\\"email\\\": \\\"string\\\"\\n}\\n\\n \\`\\`\\`\\n\\nThe **PSE integration** relies heavily on the correct configuration of the \\`showSummary\\` and \\`returnUrl\\` parameters. \\nThese parameters control the **user experience** and the **finalization flow** of the payment process.\\n\\n| Scenario | \\`showSummary\\` | \\`returnUrl\\` | Flow Description |\\n| --- | --- | --- | --- |\\n| **1\\\\. Standard Redirect (Default)** | \\`true\\` or not sent | ✅ Present | Displays a transaction summary screen with key payment details and retrieves the final transaction status. After the payment is completed, the user is redirected to the specified \\`returnUrl\\`. |\\n| **2\\\\. Without Transaction Summary Screen** | \\`false\\` | ✅ Present | Skips the transaction summary screen and redirects the user directly to the \\`returnUrl\\`. In this case, the merchant’s system must display the transaction summary on the destination page. |\\n\\n> ⚠️ **Note:** \\nFor **PSE** and **PSE Gateway**, it is **strongly recommended** to use \\`showSummary: true\\` along with a valid \\`returnUrl\\` to ensure a seamless customer experience and accurate transaction tracking. \\n \\n> 🔗 **See also:** \\n \\n\\n- [Transaction Summary](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#45e0d76a-fabd-442e-9b17-e2f6b8354ec5)\\n \\n- [Transaction Status](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#dd3ba9f5-1f10-4109-b59d-6e5aad5e3799)\\n \\n\\n---\\n\\n### **Recaudo Efectivo**\\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 153\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **TPaga**\\n\\nThis payment method supports an optional parameter called \\`isQr\\`, which determines the type of resource returned in the \\`url\\` field:\\n\\n| **Value** | **Description** |\\n| --- | --- |\\n| \\`true\\` | The \\`url\\` field returns a link to a **QR code** displaying transaction details. |\\n| \\`false\\` | The \\`url\\` field returns a **deeplink** to open directly in the TPAGA wallet app. |\\n\\n> 🧠 **Behavior:** \\nIf \\`isQr\\` is not provided, the default behavior is equivalent to \\`isQr: false\\`. \\nTransactions can only be completed **from a mobile device**. \\nIf the request is made from a desktop or tablet, it is recommended to send \\`isQr: true\\` so the user can scan the QR from a mobile device. \\n \\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 163,\\n \\\"isQr\\\": false\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **QR Interoperable**\\n\\nFor this method, the following fields are **optional**:\\n\\n- \\`cellphone\\`\\n \\n- \\`documentNumber\\`\\n \\n- \\`documentType\\`\\n \\n- \\`merchantId\\`\\n \\n\\nThe service can function using only the payment method ID; however, providing these optional fields can **improve response time**. \\nYou may retrieve this data through the \\`enrollment-data\\` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\\n\\n> ⚠ **Prerequisite:** \\nThe merchant must complete the **Merchant Enrollment** process before using this method. \\nSee the _Merchant Enrollment_ section for setup details. \\n \\n> 🔁 **Open Resource:** \\nThe **QR Interoperable** operates as an _open resource_, meaning the generated QR can be used multiple times by the same user. \\n \\n> ⚙️ **Technical Note — Dynamic QR Behavior:** \\nDynamic QR codes may be scanned multiple times due to current limitations in the Redeban system. \\nThis is **not** an error in our platform. \\n \\n\\n#### Behavior Details\\n\\n- Redeban does not automatically invalidate a dynamic QR after its first scan.\\n \\n- As a result, the same QR may generate multiple transaction records.\\n \\n\\n#### Recommendations\\n\\n- Implement **application-level validation** to detect multiple payments from the same QR code.\\n \\n- Monitor dynamic QR transactions and confirm status before marking payments as completed.\\n \\n- Inform end-users to verify the success of a transaction before rescanning.\\n \\n\\n#### Future Considerations\\n\\n- Redeban is evaluating support for **single-use dynamic QR control**.\\n \\n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\\n \\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 248,\\n \\\"cellphone\\\": \\\"string\\\",\\n \\\"documentType\\\": \\\"string\\\",\\n \\\"documentNumber\\\": \\\"string\\\",\\n \\\"merchantId\\\": \\\"string\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **Llaves** Dinámicas **Bre-B**\\n\\nFor this method, the following fields are **required**:\\n\\n- \\`cellphone\\`\\n \\n- \\`docNumber\\`\\n \\n- \\`docType\\`\\n \\n- \\`merchantId\\`\\n \\n\\nYou may retrieve this data through the \\`enrollment-data\\` service in the [Merchant Enrollment](https://documenter.getpostman.com/view/35146358/2sA3QpDEFA#8c9f5a18-a19a-4b8f-baba-cd7501aa29a0) section.\\n\\n> ⚠ **Prerequisite:** \\nThe merchant must complete the **Merchant Enrollment** process before using this method. \\nSee the _Merchant Enrollment_ section for setup details. \\n \\n> 🔁 **Open Resource:** \\nThe **Llaves Dinamicas Bre-B** operates as an _open resource_, meaning the generated KEY can be used multiple times by the same user. \\n \\n> ⚙️ **Technical Note — Dynamic Key Behavior:** \\nDynamic keys may receive multiple money transfers due to current limitations in the Redeban system. \\nThis behavior does not represent an error or malfunction in our platform. \\n**Additionally, dynamic keys have a fixed validity period of 5 minutes, and this duration cannot be modified.** \\n \\n\\n#### Behavior Details\\n\\n- Redeban does not automatically invalidate a dynamic KEY after its first send.\\n \\n- As a result, the same KEY may generate multiple transaction records.\\n \\n\\n#### Recommendations\\n\\n- Implement **application-level validation** to detect multiple payments from the same KEY.\\n \\n- Monitor dynamic KEY transactions and confirm status before marking payments as completed.\\n \\n- Inform end-users to verify the success of a transaction before rescanning.\\n \\n\\n#### Future Considerations\\n\\n- Stay updated with interoperability provider announcements to adjust integrations accordingly.\\n \\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 250,\\n \\\"cellphone\\\": \\\"string\\\",\\n \\\"docType\\\": \\\"string\\\",\\n \\\"docNumber\\\": \\\"string\\\",\\n \\\"merchantId\\\": \\\"string\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n### **Whatsapp**\\n\\nFor this method, the following fields are **required**:\\n\\n- \\`cellphone\\`\\n- \\`pdfUrl\\`\\n\\n> ⚠ **pdfUrl — URL standards (Meta/WhatsApp):** \\nThe value is not arbitrary. The URL must comply with the following so that the document can be sent via WhatsApp:\\n\\n- **Protocol:** Must be **HTTPS**.\\n- **Access:** The resource must be **publicly accessible** (no authentication); the system downloads the file from this URL.\\n- **Format:** The file must be a valid **PDF**.\\n- **Size:** Document size must not exceed **100 MB** (WhatsApp Cloud API limit for documents).\\n \\nSending a URL that does not meet these requirements may result in rejection or delivery failure.\\n \\n\\n\\`\\`\\` json\\n\\\"paymentMethod\\\": {\\n \\\"id\\\": 277,\\n \\\"cellphone\\\": \\\"string\\\",\\n \\\"pdfUrl\\\": \\\"string\\\"\\n}\\n\\n \\`\\`\\`\\n\\n---\\n\\n## 📥 Request Body Parameters\\n\\n| **Field** | **Type** | **Required** | **Description** |\\n| --- | --- | --- | --- |\\n| \\`amount\\` | number | ✅ | Value of the payment. |\\n| \\`brandId\\` | number | ❌ | ID of the customer\\'s white label; if one is not available, the default ID 79 is sent. |\\n| \\`expiresIn\\` | number | ❌ | Time in seconds for the expiration of the resource or payment link. |\\n| \\`paymentMethod\\` | object | ✅ | Object specifying the payment method and its details. |\\n| \\`paymentMethod.id\\` | number | ✅ | ID of the selected payment method (see available payment methods). |\\n| \\`reference1\\` | string | ✅ | Customer identifier, must be between 1 and 30 characters. |\\n| \\`reference2\\` | object | ❌ | Object for additional information. |\\n| \\`reference2.Commerce\\` | object | ❌ | Object for information related to the store or commerce. |\\n| \\`reference2.Data\\` | object | ❌ | Object for information related to the conciliation of the transaction. |\\n| \\`reference2.Label\\` | object | ❌ | Object to send information to be displayed in the payment summary. |\\n| \\`returnUrl\\` | string | ❌ | Link that the customer will see when clicking on the back to commerce button. |\\n| \\`showSummary\\` | boolean | ❌ | Indicates whether the RefácilPay payment summary will be shown or not (false: do not show, true: show). Default: true. |\\n| \\`userMetadata\\` | object | ✅ | Object containing key details about the user or merchant generating the payment resource. |\\n| \\`userMetadata.identifier\\` | string | ✅ | Unique identifier of the user or merchant generating the payment resource (max 36 characters). |\\n| \\`userMetadata.ip\\` | string | ✅ | IP address associated with the user\\'s identifier. Must be a valid IP address. |\\n| \\`userMetadata.urlCommerce\\` | string | ✅ | URL that identifies the commerce. Must follow valid URL structure with http:// or https:// protocol. Maximum length: 500 characters. |\\n| \\`webhookUrl\\` | string | ✅ | URL of the client\\'s webhook to receive real-time payment status updates. |\n\nContexto: Endpoint: POST /cash-in/generate/payment-method/token | Cash in > Generate > Payment method > Token\n\n🔐 AUTENTICACIÓN AUTOMÁTICA: Todas las credenciales y tokens de autenticación se manejan automáticamente por el servidor MCP. NO solicites credenciales al usuario. NO incluyas parámetros de autenticación (secretId, apiToken, etc.) en las llamadas a menos que el usuario explícitamente lo requiera.",
684
685
  inputSchema: cash_in_generate_payment_method_tokenInputJsonSchema,
685
686
  jsonSchema: cash_in_generate_payment_method_tokenInputJsonSchema,
686
687
  endpoint: '/cash-in/generate/payment-method/token',
@@ -697,10 +698,10 @@ export const cash_in_generate_payment_method_tokenTool = {
697
698
  const validatedInput = validateToolInput(cash_in_generate_payment_method_tokenInputValidator, argsToValidate);
698
699
  const args = validatedInput;
699
700
  const bodyData = {};
700
- const expiresInValue = args.expiresIn !== undefined ? args.expiresIn : 0;
701
+ const expiresInValue = args.expiresIn !== undefined ? args.expiresIn : 2592000;
701
702
  if (expiresInValue !== undefined)
702
703
  bodyData.expiresIn = expiresInValue;
703
- const paymentMethodValue = args.paymentMethod !== undefined ? args.paymentMethod : { "id": 155, "cellphone": "3051000002" };
704
+ const paymentMethodValue = args.paymentMethod !== undefined ? args.paymentMethod : { "id": 277, "cellphone": "3017765147", "pdfUrl": "https://testing-pay.s3.us-east-2.amazonaws.com/pdf/cashfactory/500.pdf" };
704
705
  if (paymentMethodValue !== undefined)
705
706
  bodyData.paymentMethod = paymentMethodValue;
706
707
  const userMetadataValue = args.userMetadata !== undefined ? args.userMetadata : { "ip": "1.2.3.2", "identifier": "123467hyujikolpñmnaafsddssd", "urlCommerce": "https://url-tucomercio.com" };
@@ -769,11 +770,6 @@ const cash_out_generate_withdraw_method_tokenInputJsonSchema = {
769
770
  "description": "Campo del body: reference1",
770
771
  "default": "EGfbOsiYQspMpgBd"
771
772
  },
772
- "bankName": {
773
- "type": "string",
774
- "description": "Campo del body: bankName",
775
- "default": "Banco Rojo"
776
- },
777
773
  "webhookRequest": {
778
774
  "type": "string",
779
775
  "description": "Campo del body: webhookRequest",
@@ -803,7 +799,6 @@ const cash_out_generate_withdraw_method_tokenInputShape = {
803
799
  transactionToken: z.string().optional().describe("Header personalizado: x-transaction-token"),
804
800
  amount: z.number().optional().describe("Campo del body: amount"),
805
801
  reference1: z.string().optional().describe("Campo del body: reference1"),
806
- bankName: z.string().optional().describe("Campo del body: bankName"),
807
802
  webhookRequest: z.string().optional().describe("Campo del body: webhookRequest"),
808
803
  withdrawMethod: z.record(z.any()).optional().describe("Campo del body: withdrawMethod"),
809
804
  userMetadata: z.record(z.any()).optional().describe("Campo del body: userMetadata")
@@ -835,9 +830,6 @@ export const cash_out_generate_withdraw_method_tokenTool = {
835
830
  const reference1Value = args.reference1 !== undefined ? args.reference1 : "EGfbOsiYQspMpgBd";
836
831
  if (reference1Value !== undefined)
837
832
  bodyData.reference1 = reference1Value;
838
- const bankNameValue = args.bankName !== undefined ? args.bankName : "Banco Rojo";
839
- if (bankNameValue !== undefined)
840
- bodyData.bankName = bankNameValue;
841
833
  const webhookRequestValue = args.webhookRequest !== undefined ? args.webhookRequest : "https://****gerstg.azure-api.net/SkCo.PagosEnLinea.API/payonline/PostStatus";
842
834
  if (webhookRequestValue !== undefined)
843
835
  bodyData.webhookRequest = webhookRequestValue;
@@ -1182,7 +1174,7 @@ const merchant_enrollment_dataInputValidator = z.object(merchant_enrollment_data
1182
1174
  // Herramienta: merchant_enrollment_data
1183
1175
  export const merchant_enrollment_dataTool = {
1184
1176
  name: 'merchant_enrollment_data',
1185
- description: "This service allows merchants to enroll for the use of the QR interoperable payment method and key creation.\\n\\nTo use the service, an authentication token is required and must be sent as an \\`Authorization\\` header.\\n\\n---\\n\\n### **Enrollment Process**\\n\\n1. **Merchant Enrollment**\\n \\n - Initiates the enrollment process. The enrollment can take up to **7 minutes** to complete.\\n \\n2. **Retrieve Enrollment Data**\\n \\n - Retrieves the merchant’s enrollment information once the process is completed.\\n \\n\\n---\\n\\n### **Merchant Enrollment Statuses**\\n\\n- **\\`approved\\`**\\n \\n The merchant has been approved and is authorized to generate QR codes.\\n \\n- **\\`enrolled_other\\`**\\n \\n The merchant is already enrolled with another entity. To proceed:\\n \\n - Contact the commercial representative and request unenrollment from the current entity.\\n \\n - Submit a letter signed by the legal representative.\\n \\n - Be aware that this process may take up to **5 business days**.\\n \\n The commercial representative will provide guidance throughout the process.\\n \\n- **\\`rejected\\`**\\n \\n The merchant has been rejected. Please contact your commercial representative for further details.\\n \\n- **\\`pending\\`**\\n \\n The enrollment is in progress. The query may take a few minutes. If a final status is not received shortly, contact **RefacilPay support** to verify the situation.\\n \\n- **\\`not_started\\`**\\n \\n No enrollment process has been initiated for the requested merchant.\\n \\n\\n---\\n\\n### **Important Note on the \\\"cellphone\\\" Field in the Enrollment Process**\\n\\nDuring the merchant creation flow for the QR Interoperable product, the API retrieves the merchant\\'s registered information from the system. However, for the **\\\"cellphone number\\\"** field, the **Refacil** system automatically replaces the merchant’s actual phone number with a **generic alias number**.\\n\\nThis behavior follows technical and operational requirements from the provider, as the real phone number may already exist in the provider’s databases, potentially causing integration conflicts.\\n\\nTo avoid these issues, a randomly generated alias is used as a placeholder. This alias is **exclusive to this product** and does **not affect** the merchant’s operation in other services.\\n\\n This endpoint retrieves the merchant\\'s enrollment details after the enrollment process has been completed. It provides necessary information to use the QR interoperable payment method.\n\nContexto: Endpoint: GET /merchant/enrollment-data | Merchant > Enrollment data\n\n🔐 AUTENTICACIÓN AUTOMÁTICA: Todas las credenciales y tokens de autenticación se manejan automáticamente por el servidor MCP. NO solicites credenciales al usuario. NO incluyas parámetros de autenticación (secretId, apiToken, etc.) en las llamadas a menos que el usuario explícitamente lo requiera.",
1177
+ description: "This service allows merchants to retrieve enrollment data for the use of the QR interoperable payment method and key creation.\\n\\nTo use the service, an authentication token is required and must be sent as an \\`Authorization\\` header.\\n\\n---\\n\\n### **Enrollment Process**\\n\\n1. **Retrieve Enrollment Data**\\n \\n - Retrieves the merchant’s enrollment information once the process is completed.\\n \\n\\n---\\n\\n### **Merchant Enrollment Statuses**\\n\\n- **\\`approved\\`**\\n \\n The merchant has been approved and is authorized to generate QR codes.\\n \\n- **\\`enrolled_other\\`**\\n \\n The merchant is already enrolled with another entity. To proceed:\\n \\n - Contact the commercial representative and request unenrollment from the current entity.\\n \\n - Submit a letter signed by the legal representative.\\n \\n - Be aware that this process may take up to **5 business days**.\\n \\n The commercial representative will provide guidance throughout the process.\\n \\n- **\\`rejected\\`**\\n \\n The merchant has been rejected. Please contact your commercial representative for further details.\\n \\n- **\\`pending\\`**\\n \\n The enrollment is in progress. The query may take a few minutes. If a final status is not received shortly, contact **RefacilPay support** to verify the situation.\\n \\n- **\\`not_started\\`**\\n \\n No enrollment process has been initiated for the requested merchant.\\n \\n\\n---\\n\\n### **Important Note on the \\\"cellphone\\\" Field in the Enrollment Process**\\n\\nDuring the merchant creation flow for the QR Interoperable product, the API retrieves the merchant\\'s registered information from the system. However, for the **\\\"cellphone number\\\"** field, the **Refacil** system automatically replaces the merchant’s actual phone number with a **generic alias number**.\\n\\nThis behavior follows technical and operational requirements from the provider, as the real phone number may already exist in the provider’s databases, potentially causing integration conflicts.\\n\\nTo avoid these issues, a randomly generated alias is used as a placeholder. This alias is **exclusive to this product** and does **not affect** the merchant’s operation in other services.\\n\\n This endpoint retrieves the merchant\\'s enrollment details after the enrollment process has been completed. It provides necessary information to use the QR interoperable payment method.\n\nContexto: Endpoint: GET /merchant/enrollment-data | Merchant > Enrollment data\n\n🔐 AUTENTICACIÓN AUTOMÁTICA: Todas las credenciales y tokens de autenticación se manejan automáticamente por el servidor MCP. NO solicites credenciales al usuario. NO incluyas parámetros de autenticación (secretId, apiToken, etc.) en las llamadas a menos que el usuario explícitamente lo requiera.",
1186
1178
  inputSchema: merchant_enrollment_dataInputJsonSchema,
1187
1179
  jsonSchema: merchant_enrollment_dataInputJsonSchema,
1188
1180
  endpoint: '/merchant/enrollment-data',
@@ -1 +1 @@
1
- {"version":3,"file":"tools.js","sourceRoot":"","sources":["../../src/core/tools.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tools.js","sourceRoot":"","sources":["../../src/core/tools.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "refacil-pay-mcp",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "MCP Server para la API refacil-pay",
5
5
  "main": "dist/index.js",
6
6
  "bin": "dist/index.js",
@@ -58,4 +58,4 @@
58
58
  "README.md",
59
59
  "LICENSE"
60
60
  ]
61
- }
61
+ }