QRify

Generate QR codes and check payment status with QRify API

Overview

This node integrates with the QRify API to generate QR codes for payments and to check payment statuses. It is useful in scenarios where automated QR code generation is needed for payment processing, such as in e-commerce platforms or point-of-sale systems. For example, a user can input an amount and QRIS ID to generate a QR code in various formats (string, base64, or image) to facilitate quick payments.

Use Case Examples

  1. Generating a QR code for a payment of a specified amount using a QRIS ID, outputting the QR code as a base64 string to embed in an invoice.
  2. Checking the payment status of a transaction by providing a payment ID to verify if the payment was successful.

Properties

Name Meaning
Amount The payment amount for which the QR code is generated.
QRIS ID The QRIS identifier used to generate the QR code for the payment.
Output Type The format in which the generated QR code is returned. Options include String, Base64, or Image.

Output

JSON

  • json - The JSON response from the QRify API containing the generated QR code or payment status information.

Dependencies

Troubleshooting

  • Ensure the API key credential is correctly configured and valid to avoid authentication errors.
  • Verify that the QRIS ID and amount are correctly provided and valid to prevent API request failures.
  • Check the network connectivity to the QRify API endpoint to avoid request timeouts or connection errors.
  • If the output type is set to 'image', ensure the consuming system can handle image data appropriately.

Links

Discussion