Topup ApiUserGet Merchant BillGet Merchant Bill (For Supplier Role)GET/user/merchant/{merchantId}/bill/user/merchant/{merchantId}/billSendAuthorization*stringThe Authorization access tokenPathAuthorizationAuthorizationRequiredBearer <token>In: headerPath ParametersmerchantIdRequiredstringcURLJavaScriptGoPythoncurl -X GET "https://api.t4b.top/user/merchant/string/bill" \ -H "Authorization: Bearer <token>"200400401403OkResponse{ "data": { "total": 100, "transactions": [ { "id": 1, "createdAt": "2021-01-01T00:00:00.000Z", "userId": 1, "amount": "10.00", "state": "PENDING", "orderId": 1, "sequenceId": 1, "paymentState": "DUE", "updatedAt": "2021-01-01T00:00:00.000Z" } ], "purchases": [ { "id": 1, "createdAt": "2021-01-01T00:00:00.000Z", "userId": 1, "amount": "10.00", "stockId": 1, "paymentState": "DUE", "updatedAt": "2021-01-01T00:00:00.000Z" } ] }, "statusCode": 200 }TypeScriptPreviousGet Bill GETNextGet Merchants GET