Account
Last updated
Last updated
GET /api/store/info HTTP/1.1
Host: live.bagelpay.io
x-api-key: text
Accept: */*
{
"msg": "Operation successful",
"code": 200,
"data": {
"mode": "test",
"object": "storeInfo",
"store_id": "store_1961612276283289602",
"store_name": "bagelpay_store",
"created_at": "2025-08-30 10:09:46",
"available_balance": 1,
"onhold_balance": 681.55,
"email": "andrew@gettrust.ai",
"status": "UNDER_REVIEW"
}
}