These endpoints allow you to retrieve detailed information about the available providers within the system. You can access a list of all providers or fetch specific details about a single provider by its unique identifier. Providers can be of various types (e.g., PSP, lp, etc.), and this documentation covers all of them.
[- {
- "id": "U2dqekhOLzFUaWc9",
- "name": "luxon",
- "label": "Luxon",
- "editable": true,
- "widget": false,
- "description": "{\"image\":\"luxon.png\",\"label\":\"Luxon Payments\",\"express\":\"Luxon Express\"}",
- "type": "PSP",
- "status": "ACTIVE",
- "organization": null,
- "additional_info": "{\"minimal_order_amount\": \"100\"}",
- "meta": {
- "image": "luxon.png",
- "label": "Luxon Payments",
- "express": "Luxon Express",
- "paymentMethods": [
- "Credit Card",
- "Wire Transfer"
]
}, - "created_at": null,
- "updated_at": null,
- "ProviderCredentials": [ ]
}
]
{- "provider": {
- "id": "U2dqekhOLzFUaWc9",
- "name": "luxon",
- "label": "Luxon",
- "editable": 1,
- "widget": 0,
- "description": "{\"image\":\"luxon.png\",\"label\":\"Luxon Payments\",\"express\":\"Luxon Express\"}",
- "type": "PSP",
- "status": "ACTIVE",
- "organization": null,
- "meta": "{\"image\": \"luxon.png\", \"label\": \"Luxon Payments\", \"express\": \"Luxon Express\", \"paymentMethods\": [\"Credit Card\", \"Wire Transfer\"]}",
- "created_at": null,
- "updated_at": null,
- "liquidity": null
}
}