ATH Móvil
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 'Create Payment' response. This node is useful for businesses that want to automate and manage payment transactions through ATH Móvil within their workflows.
Use Case Examples
- Authorize a payment after a customer confirms it using the authorization token from the initial payment creation.
- Automate payment processing in an e-commerce system by linking payment authorization to order fulfillment.
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
ecommerceId- The unique identifier of the payment transaction.status- The status of the payment after authorization (e.g., CONFIRMED, COMPLETED).message- Response message indicating the result of the authorization operation.
Dependencies
- Requires ATH Móvil API credentials including a public token and possibly a private token for some operations.
Troubleshooting
- Common issues include invalid or expired authorization tokens, which will cause authorization to fail. Ensure the auth token is correctly obtained from the Create Payment response and is valid at the time of authorization.
- Errors may occur if the ecommerceId is incorrect or does not correspond to an existing payment transaction.
- Network or API errors can occur; verify API credentials and network connectivity.
- Error messages from the ATH Móvil API are parsed and returned; review these messages for specific error codes and descriptions to resolve issues.
Links
- ATH Móvil Developer Documentation - Official documentation for ATH Móvil API, including payment authorization details.