API Reference

Collect payment method data

The validation and creation of your payment methods quickly and easily.

Matic provides tools that allow you to quickly and easily verify a payment method. The data provided by the customer or merchant is encrypted and tokenized to securely protect your sensitive data in compliance with PCI requirements, once tokenized it is processed to validate if the data entered is correct or not. The payment methods we can validate are Debit/Credit Card or ACH and can be validated using the Auth Matic tool or the REST API.


Auth Matic

Allows your customers to submit their payment method information through a modal, validates that the payment method information is correct, verifies that the method is billable, and returns the payment method information already tokenized including an ID for later use in generating payment transactions or reports.

The allowed payment methods are debit/credit cards or ACH, you can verify their use in the following link.


REST API

Our API also provides a payment method creation service called Create a bank account, but due to the technical and operational standards dictated by PCI, this service is only intended for ACH creation, the process is the same, it validates that the payment method data is correct, verifies that the method is billable and returns the payment method information already tokenized including an ID for later use in generating payment transactions or reports.


📘

Note:

For testing purposes, Matic provides a list of debit/credit cards and bank accounts that you can use. This test data is only recognized as such by the test gateway. Meaning, using this data with a production gateway will cause these values to return errors when validating or processing payments, so we recommend that you use only the data provided in the test data section.