Mock

How to enable Mock Credit Card on a merchant.

Authvia enables merchants to initiate payouts to customers using a variety of supported tender types, such as bank transfers, cards, or other payment methods. This configuration facilitates the disbursement of funds through Authvia’s platform, providing flexibility in how merchants deliver payments. Ideal for use cases such as refunds, commissions, or incentive programs. This setup allows merchants to simulate credit card-based payout workflows without initiating real financial transactions by configuring this mock product. It enables testing of the full payout process—including API requests, webhook payloads, and application logic— to ensure accurate integration and system readiness prior to configuring a real card-based payout provider.

Features

Message Status Credit Card messages sent over Mock will have their status updated with delivery information.
Payout A merchant can send funds to customers and have them received via Credit Card 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": "payouts",
  "product": "creditcard",
  "provider": "mock",
  "config": {},
  
}