ATH Móvil Tool icon

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 manage payment transactions. Specifically, the 'Update Phone Number' operation allows users to update the customer phone number associated with an existing payment transaction. This is useful in scenarios where the customer's contact information changes after a payment has been initiated but before it is completed.

Use Case Examples

  1. Updating a customer's phone number on a pending payment transaction to ensure correct contact details for notifications or receipts.
  2. Correcting a mistakenly entered phone number in a payment transaction to avoid communication issues.

Properties

Name Meaning
Ecommerce ID The transaction ID returned from the Create Payment operation, used to identify the specific payment transaction to update.
New Phone Number The new phone number to update for the customer associated with the payment transaction.

Output

JSON

  • ecommerceId - The transaction ID of the payment transaction that was updated.
  • phoneNumber - The updated phone number associated with the payment transaction.
  • status - The status of the update operation, indicating success or failure.

Dependencies

  • Requires an API key credential for ATH Móvil API authentication.

Troubleshooting

  • Common issues include providing an invalid or non-existent ecommerceId, which will cause the update to fail.
  • Incorrect or improperly formatted new phone numbers may be rejected by the API.
  • API authentication errors if the provided credentials are invalid or expired.
  • Error messages from the ATH Móvil API will be parsed and presented; users should verify the transaction ID and phone number format to resolve errors.

Links

Discussion