Convenience Fee
The Convenience Fee program allows merchants to apply an additional charge to a customer’s bill (with their consent) for the convenience of being able to pay for goods and services using an alternative payment channel.
1. Getting Started with Convenience Fee
Moneris Sales Support
Phone: 1-855-465-4980
2. Create Payment with Convenience Fee
Convenience Fee Purchases can be performed using the Create Payment API call (POST request on /payments). Some key things to note about a Convenience Fee transaction include:
paymentMethod (Object)
Only Visa and Mastercard cards can be used in a Convenience Fee transaction.
automaticCapture (Boolean)
This must be set to TRUE for Convenience Fee transactions.
amount (Object)
This is the amount of the transaction itself. This does not include the amount that the cardholder is being charged as a Convenience Fee.
convenienceFee.amount (Object)
This specifies the amount that the cardholder is being charged as a Convenience Fee.
Additional Information
Learn more with the API Definitions
Peruse the endpoints, request/response formats, and authentication methods covered in this scenario.
