4.5. List All Accounts Types [GET /api/1.0/accountTypes/]

This service is responsible for displaying all the types of accounts that are handled or through which a transaction can be processed.

The keys that can be used in the creation of orders are 40 for CLABE accounts and 101 for MSISDN accounts.


4.5.1. List All Account Types Request

This service has no input parameters.


Example of request

URL: /api/1.0/accountTypes


4.5.2. List All Account Types Response


Example Response

{

"description": "Debit Card",

"active": true,

"key": 3

},

{

"description": "Vostro Account",

"active": true,

"key": 4

},

{

"description": "Securities custody",

"active": true,

"key": 5

},

{

"description": "Vostro Account 1",

"active": true,

"key": 6

},

{

"description": "Vostro Account 2",

"active": true,

"key": 7

},

{

"description": "Vostro Account 3",

"active": true,

"key": 8

},

{

"description": "Vostro Account 4",

"active": true,

"key": 9

},

{

"description": "Mobile phone number",

"active": true,

"key": 10

},

{

"description": "CLABE",

"active": true,

"key": 40

},

{

"description": "MSISDN",

"active": true,

"key": 101

},

{

"description": "CLABE",

"active": true,

"key": 102

},

{

"description": "CARD",

"active": true,

"key": 103

},

{

"description": "ACCOUNT NUMBER",

"active": true,

"key": 104

}

]

}


Download documentation

If you wish to download the PDF version of the API Transfer integration documentation, press the following button