API Documentation
GET /api/2.0/mobip/get_token
(Public)
Description : Get a connection token to reuse at each call.
Response
POST /api/2.0/mobip/login
(Public)
Description :
Response
POST /api/2.0/mobip/send_payment_request
(Public)
Description : This call will send a payment request by email or SMS to the customer.
Response
POST /api/2.0/mobip/create_one_use_qr
(Public)
Description :
Response
POST /api/2.0/mobip/create_reusable_qr
(Public)
Description :
Response
GET /api/2.0/mobip/is_valid
(Public)
Description :
Response
POST /api/2.0/mobip/resend
(Public)
Description :
Response
POST /api/2.0/mobip/cancel_transaction
(Public)
Description :
Response
GET /api/2.0/mobip/get_stats
(Public)
Description :
Response
GET /api/2.0/mobip/get_transaction
(Public)
Description :
Response
GET /api/2.0/mobip/get_invoice_list
(Public)
Description :
Response
GET /api/2.0/mobip/get_invoice
(Public)
Description :
Response
POST /api/2.0/mobip/set_external_invoices
(Public)
Description : Import external invoices list
Response
POST /api/2.0/mobip/set_external_invoice_status
(Public)
Description : Map the external invoice statuses with Mobip's statuses
Response
GET /api/2.0/mobip/get_external_invoices
(Public)
Description : get the list of external invoices
Response
GET /api/2.0/mobip/get_external_invoices_status
(Public)
Description : get the mapping of the statuses between MOBIP and external source
Response
GET /api/2.0/mobip/get_account_by_external_id
(Public)
Description :
Response
GET /api/2.0/mobip/get_account
(Restricted)
Description :
Response
POST /api/2.0/mobip/update_account
(Restricted)
Description :
Response
POST /api/2.0/neosystems/set_mobip_transactions
(Restricted)
Description : Set a list of transactions as processed by neosystems. That means, remove these transactions from neosystems/get_mobip_transactions
Response
GET /api/2.0/neosystems/get_mobip_transactions
(Restricted)
Description : Get list of mobip transactions to process by NEOSYSTEMS
Response
GET /api/2.0/neosystems/get_lpr_events
(Restricted)
Description : Get list of LPR events to sync with NEOSYSTEMS
Response
POST /api/2.0/neosystems/create_client
(Restricted)
Description : Create a Mobip client account
Response
Error codes
| Error code | Description |
| 0 | Execution was OK |
| 1 | Invalid API Key |
| 2 | Invalid connection token |
| 3 | Connexion token expired |
| 4 | Invalid argument : Input argument does not exist |
| 5 | Invalid argument : Wrong type |
| 6 | Invalid argument : a requiered argument is missing. |
| 7 | IP not in whitelist. Please contact support team |
| 8 | Caller's IP does not match token's IP |
| 997 | Warning message |
| 998 | FATAL_ERROR |
| 999 | Default generated method : This method is not implemented yet |