Allow members to load (top-up) credit directly through the app, which they can use to pay for purchases at the POS. Encourage members to buy credit in advance by offering it at a discount. For example, let members buy $25 worth of credit for only $20.
How It Works
- From their app wallet, the member selects to load their credit balance.
- The member selects the credit amount and continues to payment.
- After confirming the amount, the member selects a credit card.
- The payment is processed and their credit balance is updated.
Requirements
- The business must have a POS integration which supports Como payments to actually allow members to pay with credit at the store.
Setup
- Create a web view:
Custom Amount
Base URL
https://payments.comosense.com/como/payment
Default Params
tmpToken
locationId
Custom Params
paymentFlow - topUp
Fixed Amount
Base URL:
https://payments.comosense.com/como/payment
Default Params:
tmpToken
locationId
Custom Params:
paymentFlow - topUp
price - XXX (no signs- Just numbers. No decimal)
- Create a catalog:
- Create a category for a specific credit amount.
- Add an image to this category that tells the member how much credit they will buy and how much it will cost.
NOTE: We recommend giving them bonus credit to encourage them to load (ex: pay $20, get $25 worth of credit). - You can repeat steps 1-2 to add multiple credit amounts for the member to buy.
- Create a layout block that opens this catalog.
- Add a wallet screen to the app
- Create a rule to add credit to their balance when the payment succeeds (with a condition of the payment amount).
NOTE: The amount of credit should be the amount promoted on the credit item in the catalog (which can be greater than the amount they actually paid).