English
First Steps
5min
access to mobbex console depending on the type of account you have, you will be able to access your fresa or mobbex console from there you can manage your account and associate an app to integrate payments how to create my development credentials in order to access our api it is necessary to have an api key and an access token to obtain them you must follow the following steps 1\) login to the developers portal https //mobbex com/devportal with the merchant's credentials 2\) create a new application from the "+" button or manage an existing one 3\) fill in the form to create the new application name enter the name of your application to identify it description you can enter any information that allows you to identify why you use it or what you use it for application's url put the link to the website this is for reference purposes only 4\) enter the application from the manage button 5\) obtain access to an entity through the option request access and enter the cuit of the entity (account created in mobbex) to request authorization to that entity or view credentials to use those of an already authorized entity 6\) return to the mobbex console and in the app/e commerce section you will see that an application is requesting access click on authorize note the view application option will not take you anywhere 7\) enter again to developers portal https //mobbex com/devportal and manage the desired application there you will now be able to see the entity that was authorized and view credentials having obtained both keys you can proceed to generate the api requests described in this documentation testing credentials the test credentials provided are provided so that you can perform operations within a sandbox environment, without having to create a fresa/mobbex account x api key zj8lftbx6ba8d611e9io13fdzawj0qmko1hn1yij x access token d31f0721 2f85 44e7 bcc6 15e19d1a53cc all operations performed with these credentials can be reflected in the demo account the access data to it are entity demo mobbex user demo\@mobbex com pin 0000 in the same way, it is possible to perform testing cases within a sandbox environment using the productive credentials of the entity and adding within the corresponding module the variable test true for production testing it is advisable to try to process amounts greater than $10 (argentine currency) to avoid errors or rejections by the processor cabeceras (headers) all requests to our api must have 3 headers that are standard to each of the modules x api key api key of your application x access token access token to the entity for which you want to perform the operation content type application/json