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
}
]
}
1. Contents
- 2. Introduction
- 3. Communication protocol
4. Endpoints
- 4.1. Create Order
- 4.2. Get Order Last Status
- 4.3. Get Status By Order Tracking Key
- 4.4. Get Cep by Order
- 4.5. List All Accounts Types
- 4.6. Ask For Balance To Account
- 4.8. List All Orders
- 4.9. List All Banks
- 4.10. Get order by subproduct
- 4.11. Cancel order
- 4.12. Notify order
- 4.13. Get all payment types
Download documentation
If you wish to download the PDF version of the API Transfer integration documentation, press the following button