How to enable Mock Credit Card on a merchant.
Authvia allows merchants to accept and process payments from customers using a broader range of tender types, including credit cards, ACH, and other supported payment methods. This flexibility enhances the payment experience and improves conversion by catering to diverse customer preferences. Merchants can simulate credit or debit card transactions by configuring Authvia’s mock product, enabling end-to-end testing without initiating real payments. This setup supports the emulation of gateway interactions, making it suitable for validating payment flows, webhook payloads, and API request/response structures. Once you decide to go live, replace mock with a live payment provider.
Features
✅ Refund A creditcard payment processed with Mock can be / according to its status.
✅ Message Status Credit Card messages sent over Mock will have their status updated with delivery information.
✅ Tokenization Credit Card payment methods can be converted to Mock payment tokens.
✅ Payment Authorization Payments can be authorized by customers using Credit Card.
✅ Payment Capture Payment authorizations made using Credit Card payment methods can be captured. This step happens automatically with CHARGE transactions.
Resources
Configuration
No configuration is required.
Enabling this Product
Using create-merchant-product API you can add a new product to your merchant record. Below is an example configuration for the payload of that request.
{
"line": "payments",
"product": "creditcard",
"provider": "mock",
"config": {},
}