Get Merchants by Client
Merchant Onboarding
Get Merchants by Client
Get Merchants by Client
GET
Get Merchants by Client
Documentation Index
Fetch the complete documentation index at: https://docs.fractalpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your Fractal API credentials.
Username = Client ID Password = Secret Key
Sandbox credentials can be generated from the Test Portal.
Response
200 - application/json
Get Merchants by Client
Example:
[
{
"businessname": "Rogue 6 Ready Mix",
"email": "jpdemo@fractal.com",
"first_name": "JP",
"join_date": "2024-06-05T13:44:25.000Z",
"last_name": "Gound",
"merchant_id": "b9518c1f-2341-11ef-af4e-0ef0812e6179",
"phonenumber": "1234567895",
"public_data": {
"public_key": "b03d94339a5a899509e3b05266a1f601"
},
"website": "https://testwebsite.com/"
},
{
"businessname": "Celtic Ready Mix",
"email": "droooobie@fractall.com",
"first_name": "Drew",
"join_date": "2024-07-22T19:18:36.000Z",
"last_name": "Rice",
"merchant_id": "31c5d8c7-485f-11ef-af4e-0ef0812e6179",
"phonenumber": "1234567895",
"public_data": {
"public_key": "38dbd500cb2b0d1c9f4eaac18c0ad131"
},
"website": "https://testwebsite.com/"
},
{
"businessname": "Slab Ready Mix",
"email": "slabreadymix@fractall.com",
"first_name": "MJ",
"join_date": "2024-08-20T18:44:35.000Z",
"last_name": "Mann",
"merchant_id": "3f5fa50c-5f24-11ef-bae5-0ef0812e6179",
"phonenumber": "1234567895",
"public_data": {
"public_key": "17fd596bb19ad222eaf0207582ce62da"
},
"website": "https://testwebsite.com/"
}
]Example:
"Merchants fetched successfully"
Example:
true