Direct payment app is a pseudo payment provider, developed by Litium for testing and direct cash handling tasks.
Direct Payment can be used for:
- Simulating a payment provider, without having to configure a real one. This could be useful until you get your accounts configured from a real payment provider.
- Allowing the e-commerce administrators to place orders and collect money manually.
- Custom implementation, eg to place the a sales order into your ERP system which would handle the invoicing.
Version dependencies
Installation
Litium serverless cloud - Use the Cloud CLI to install the app.
Litium legacy cloud - Contact support to install the app in your test and/or production environment.
Local environment - See details below.
App configuration file
{
"DirectPay": {
"PaymentAccounts": [
{
"Id": "DirectPay",
"MerchantAccountId": null,
"Environment": "Live"
}
]
}
}
- Id: The payment option id.
- MerchantAccountId: The merchant account identifier. Not currently used.
- Environment: The App environment. It should be "Live" or "Test".
|