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. It supports operations such as creating payments, finding payment details, authorizing payments, updating the phone number associated with a payment, refunding payments, and canceling pending payments. This node is useful for e-commerce platforms or businesses that want to automate payment processing and management with ATH Móvil.
Use Case Examples
- Create a new payment transaction by providing customer phone number, total amount, and item details.
- Update the phone number associated with an existing payment transaction using the transaction's ecommerce ID.
- Issue a refund for a completed payment by specifying the ecommerce ID, authorization token, refund amount, and reference number.
Properties
| Name | Meaning |
|---|---|
| Ecommerce ID | The transaction ID returned from Create Payment, used to identify the payment transaction for operations like updatePhoneNumber. |
| New Phone Number | The new phone number to update for the existing payment transaction identified by the ecommerce ID. |
Output
JSON
*- The JSON response from ATH Móvil API for the requested operation, containing details about the payment transaction or operation result.
Dependencies
- Requires ATH Móvil API credentials including a public token and optionally a private token for refund operations.
Troubleshooting
- Common issues include invalid or expired ecommerce IDs, incorrect authorization tokens, or network errors when calling ATH Móvil API.
- Error messages from ATH Móvil API are parsed and presented with details; users should verify credentials, input parameters, and ensure the payment transaction is in a valid state for the requested operation.
- If the node is set to continue on fail, errors are returned in the output JSON with error details for each failed item.