This is a payment pending using Mobile Money API and Credit Card. This API allows merchant to get payment information of the consumer which have its own account and money manage by the solution. The merchant can receive its money if only the consumer agreed [1st case].

Base URL: https://api.apibuilder.io

Contact: Steve Mbakop mard@mardets.com

License: MIT

History

Change
model payment_form field removed: payment_context
model payment_form field removed: payid
model payment_form field removed: currency
model payment field removed: payment_context
model payment field removed: currency
model account_form field total_amount is now required
model account_form field removed: sold
model account_form field removed: debit
model account field removed: sold
model account field removed: debit
version changed from 0.0.2-dev to 0.0.1-dev
resource added: user
model payment_form field ref_accountid description removed: The accountid to use to send money to the specific account.
model payment_form field pin description removed: The code used to validate the transaction.
model payment_form field phone description removed: The phone identifying specific account of consumer.
model payment_form field payment_method description removed: The type of payment to use [Mobile Money or Credit Card].
model payment_form field operatorid description removed: The operator specified the type of payment if Mobile Money.
model payment_form field amount description removed: The amount to send. This field allowed the processing transactions.
model payment_form field actorid description removed: The username registered in the application
model added: user_update_form
model added: user_reset_password_form
model added: user_registered_form
model added: user_login_form
model added: user
model account_form field total_amount description removed: The amount specific to the debit and sold account. This field allows the...