How to enable Mock applepay on a merchant.
Authvia allows merchants to accept and process payments from customers using a broader range of tender types, including Apple Pay, 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 Apple Pay authorize, capture, load, refund, and void flows by configuring Authvia’s mock product, enabling end-to-end testing without initiating real wallet 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 Apple Pay payment provider.
Features
✅ Refund A applepay payment processed with Mock can be / according to its status.
✅ Payment Authorization Payments can be authorized by customers using applepay.
✅ Payment Capture Payment authorizations made using applepay 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": "applepay",
"provider": "mock",
"config": {},
}