Actions13
Overview
This node interacts with the CHIP Collect API to list available payment methods based on specified criteria. It is useful for scenarios where you need to retrieve payment options supported by CHIP Collect for a given currency, country, and optional filters such as amount, recurring payments, skip capture, or preauthorization. For example, an e-commerce platform can use this node to dynamically display payment methods available to customers based on their location and transaction details.
Use Case Examples
- List payment methods available in Malaysian Ringgit (MYR) currency for Malaysia.
- Retrieve payment methods that support recurring payments for a specific country.
- Filter payment methods by amount to see which methods are applicable for a given transaction value.
Properties
| Name | Meaning |
|---|---|
| Currency | Currency for methods list (required by API) |
| Country | Country code in ISO 3166-1 alpha-2 format to filter payment methods by country |
| Amount | Optional amount filter to narrow down payment methods applicable for a specific transaction amount |
| Recurring Only | Filter to list only payment methods that support recurring payments |
| Skip Capture Only | Filter to list only payment methods that support skip capture |
| Preauthorization Only | Filter to list only payment methods that support preauthorization |
Output
JSON
available_payment_methods- Array of available payment methods returned by the CHIP Collect APInames- Optional mapping of payment method codes to display names
Dependencies
- CHIP Collect API key credential required for authentication
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions.
- Verify that the currency code is valid and supported by the CHIP Collect API.
- Check that the country code is in the correct ISO 3166-1 alpha-2 format if specified.
- If no payment methods are returned, try adjusting filters such as amount or recurring flags to broaden the search.
- Common error messages may include authentication failures due to invalid API keys or missing brand ID in credentials. Verify credentials and configuration.
Links
- CHIP Collect API - Payment Methods - Official API documentation for listing payment methods