fattmerchant.controllers.charges.ChargesController(request)¶Class to allow interfacing with charges within the Fattmerchant API
create(id=None, meta=None, total=None, pre_auth=None)¶Creates a charge for a merchant through the API
| Parameters: |
|
|---|---|
| Returns: | A single transaction object |
| Return type: | |
| Raises: | InvalidRequestDataException – Raised if id is not provided or meta is not provided or total is not provided |