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 manage payment transactions. Specifically, the 'Find Payment' operation retrieves details and the status of a payment transaction using the transaction's ecommerce ID. This is useful for tracking payment progress or verifying payment status in workflows involving ATH Móvil payments.
Use Case Examples
- A business uses this node to check the status of a payment made by a customer to confirm if it is completed before shipping an order.
- A support team uses this node to retrieve payment details when handling customer inquiries about their transaction status.
Properties
| Name | Meaning |
|---|---|
| Ecommerce ID | The transaction ID returned from the Create Payment operation, used to identify the payment to find. |
Output
JSON
ecommerceId- The unique identifier of the payment transaction.status- The current status of the payment (e.g., OPEN, CONFIRM, COMPLETED, CANCEL).amount- The total amount of the payment transaction.phoneNumber- The phone number associated with the ATH Móvil account used in the payment.metadata1- First metadata field associated with the transaction.metadata2- Second metadata field associated with the transaction.items- List of items included in the payment transaction, each with details like name, description, price, quantity, and tax.
Dependencies
- Requires ATH Móvil API credentials including a public token for authentication.
Troubleshooting
- Common issues include providing an invalid or expired ecommerce ID, resulting in errors or no data found.
- Network or authentication errors may occur if the API credentials are incorrect or missing.
- Error messages from the ATH Móvil API are parsed and presented; users should verify the ecommerce ID and credentials if errors occur.
Links
- ATH Móvil Developer Documentation - Official documentation for ATH Móvil API integration and payment processing.