ATH Móvil Tool
Process payments, refunds, and transactions using ATH Móvil, Puerto Rico's mobile payment platform
Overview
This node integrates with ATH Móvil, Puerto Rico's mobile payment platform, to perform various payment-related operations such as creating payments, authorizing payments, finding payment details, updating phone numbers, refunding payments, and canceling payments. Specifically, the 'Authorize Payment' operation processes and completes a payment that was confirmed by the customer, requiring an authorization token obtained from the initial payment creation. This node is useful for businesses that want to automate and manage their ATH Móvil payment transactions within their workflows.
Use Case Examples
- Authorize a payment after a customer confirms it using the authorization token from the payment creation response.
- Automate payment processing in an e-commerce system by authorizing payments programmatically.
Properties
| Name | Meaning |
|---|---|
| Ecommerce ID | The transaction ID returned from the Create Payment operation, used to identify the payment to authorize. |
| Auth Token | Authorization token obtained from the Create Payment response, required to authorize and complete the payment. |
Output
JSON
*- The JSON response from ATH Móvil API containing the result of the authorize payment operation, including status and transaction details.
Dependencies
- Requires an API key credential for ATH Móvil API authentication, specifically a public token and authorization token for the authorize payment operation.
Troubleshooting
- Common issues include invalid or expired authorization tokens, incorrect ecommerce IDs, or network/API errors.
- Error messages from the ATH Móvil API are parsed and returned with detailed descriptions. Users should verify the correctness of the ecommerce ID and auth token, and ensure the API credentials are valid.
- If the node is set to continue on fail, errors are returned in the output JSON with error details for troubleshooting.
Links
- ATH Móvil Payment Button API Documentation - Official documentation for ATH Móvil payment API used by this node.