How to enable Mock Charge Token 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. Simulation of token-based payment transactions by configuring Authvia’s mock product, allows merchants to test and validate workflows that use securely stored payment tokens in place of actual card or bank account details. This setup enables full transaction flow testing, including API calls and webhook payloads, without processing real payments. Ideal for development, integration testing, and demonstrations. Once you decide to go live, replace mock with a live tokenized payment provider.
Features
✅ Refund A token payment processed with Mock Charge can be / according to its status.
✅ Tokenization Token payment methods can be converted to Mock Charge payment tokens.
✅ Payment Sale Payments are authorized and immediately captured using Token payment methods.
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": "token",
"provider": "mock-charge",
"config": {},
}