Skip to main content

Get Products

This endpoint allow you to query all your assigned or created products.

HTTP Request

GET /products

Header Parameters

HeaderDescription
Authorization 
required
The Bearer token created in
Get authorization Token
Content-Type
required
application/json

Example JSON Request:

GET /products

Example JSON Response:

{
"success": true,
"code": 0,
"message": "OK",
"data": {
"products": {
"total": 4,
"detail": [
{
"id": "133c9bd4-0bfc-46a9-a02a-2d40c4a42ac4",
"code": "FMC0000",
"name": "S PRODUCT",
"description": "SUPER PRODUCTO PREMIUM",
"country": {
"code": "484",
"description": null
},
"coin": {
"code": "484",
"description": "PESO MEXICANO"
},
"type": {
"key": "DEBIT_MC",
"value": "Débito Mastercard"
},
"status": {
"key": "ACTIVE",
"value": "activo"
},
"affinity_group": "0000",
"maximum_accumulated_monthly_deposit": 250000.0,
"maximum_accumulated_monthly_spei_out": 5000.0,
"card_image_front": "https://bucket.io/frente.webp",
"card_image_rear": "https://bucket.io/reverso.webp",
"spei": {
"in": {
"allowed": false,
"enabled_24_x_7": {
"id": "133c9bd4-0bfc-46a9-a02a-2d40c4a42ac4",
"code": "FMC0000",
"name": "S PRODUCT",
"description": "SUPER PRODUCTO PREMIUM",
"country_code": "484",
"coin_code": "484",
"coin_description": "PESO MEXICANO",
"affinity_group": "0000",
"card_processing_institution_id": "92286dcd-8639-4203-bfed-f78c4ab1bcf5",
"client_id": "1c77e4ba-c536-4fa5-b3f8-a0f4427c333e",
"status_id": 5,
"type_id": 4,
"created_at": "2026-02-26T12:04:33.046-06:00",
"updated_at": "2026-03-10T12:49:54.381-06:00",
"allow_blank_rfc": false,
"allow_blank_curp": false,
"stock_cards": 0,
"maximum_accumulated_monthly_deposit": 250000.0,
"maximum_accumulated_monthly_spei_out": 5000.0,
"stp_name": null,
"allow_spei_in_cards": false,
"allow_spei_out_cards": false,
"return_error_spei_deposit": true,
"spei_out_24_7_enabled": false,
"spei_in_commission_type_id": 94,
"spei_in_commission": 0.0,
"spei_out_commission_type_id": 95,
"spei_out_commission": 8.0,
"allow_c2c": false,
"max_accounts_per_cardholder": 1,
"caching_available": true,
"only_online_available": true,
"account_management": true,
"account_management_cost": 12.0,
"allow_atm_withdrawal": true,
"enforce_minimum_balance": false,
"minimum_balance": 0.0,
"allow_topup": true,
"allow_bill_payment": true,
"product_processor": "MCS",
"sub_product_processor": "001",
"art_processor": "U1213402 A .9",
"allow_spending": null,
"card_cost": 0.0,
"shipping_cost": 0.0,
"requires_cvv_validation": false,
"fund_commission_type_id": 1504,
"fund_commission": 2.0
},
"commission": 0.0,
"commission_type": {
"key": "NONE",
"value": "NONE"
}
},
"out": {
"allowed": false,
"enabled_24_x_7": false,
"commission": 8.0,
"commission_type": {
"key": "FLAT",
"value": "FLAT"
}
}
},
"fund": {
"commission": 2.0,
"commission_type": {
"key": "FLAT",
"value": "FLAT"
}
}
}